Skip to content

Commit

Permalink
* Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
paololucente committed Feb 2, 2018
1 parent 0f4ba51 commit 1f8efe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CONFIG-KEYS
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ DEFAULT: false
KEY: sql_delimiter
DESC: If sql_use_copy is true, uses the supplied character as delimiter. This is thought in cases
where the default delimiter is part of any of the supplied strings to be inserted into the
database.
database, for example certain BGP AS PATHs like "AS1_AS2_AS3_{ASX,ASY,ASZ}".
DEFAULT: ','

KEY: [ amqp_multi_values | sql_multi_values | kafka_multi_values ]
Expand Down Expand Up @@ -1440,7 +1440,9 @@ DEFAULT: formatted
KEY: print_output_separator
DESC: Defines the print plugin output separator when print_output is set to csv or event_csv. Value
is expected to be a single character and cannot be a spacing (if spacing separator is wanted
then 'formatted' output should be the natural choice instead)
then 'formatted' output should be the natural choice instead). This comes useful in cases in
which the default separator value is part of any of the supplied strings, for example certain
BGP AS PATHs like "AS1_AS2_AS3_{ASX,ASY,ASZ}".
DEFAULT: ','

KEY: [ amqp_output | kafka_output ]
Expand Down
2 changes: 1 addition & 1 deletion src/pmacct-build.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define PMACCT_BUILD "20180201-00"
#define PMACCT_BUILD "20180202-00"

0 comments on commit 1f8efe9

Please sign in to comment.