]> granicus.if.org Git - pgbadger/commitdiff
Add information about pgbouncer log format in the -f option. Thanks to clomdd for...
authorGilles Darold <gilles.darold@dalibo.com>
Wed, 7 Dec 2016 23:31:03 +0000 (00:31 +0100)
committerGilles Darold <gilles.darold@dalibo.com>
Wed, 7 Dec 2016 23:31:03 +0000 (00:31 +0100)
README
doc/pgBadger.pod
pgbadger

diff --git a/README b/README
index 0112baea39046028c61c92406d65b4b00e22f11b..84513364b35058d3f05692620841e0b780c864c3 100644 (file)
--- a/README
+++ b/README
@@ -26,8 +26,9 @@ SYNOPSIS
         -D | --dns-resolv      : client ip adresses are replaced by their DNS name.
                                  Be warned that this can really slow down pgBadger.
         -e | --end datetime    : end date/time for the data to be parsed in log.
-        -f | --format logtype  : possible values: syslog, syslog2, stderr and csv.
-                                 Default: stderr.
+        -f | --format logtype  : possible values: syslog, syslog2, stderr, csv and
+                                 pgbouncer. Use this option when pgbadger is not
+                                 able to auto-detect the log format Default: stderr.
         -G | --nograph         : disable graphs on HTML output. Enabled by default.
         -h | --help            : show this message and exit.
         -i | --ident name      : programname used as syslog ident. Default: postgres
index 527d993cc9c8380a51be159b3c447c80f2293715..4f5126d7d5aec7fe1a056d05cbbb99e7d5488a19 100644 (file)
@@ -28,8 +28,9 @@ Options:
     -D | --dns-resolv      : client ip adresses are replaced by their DNS name.
                              Be warned that this can really slow down pgBadger.
     -e | --end datetime    : end date/time for the data to be parsed in log.
-    -f | --format logtype  : possible values: syslog, syslog2, stderr and csv.
-                            Default: stderr.
+    -f | --format logtype  : possible values: syslog, syslog2, stderr, csv and
+                             pgbouncer. Use this option when pgbadger is not
+                             able to auto-detect the log format Default: stderr.
     -G | --nograph         : disable graphs on HTML output. Enabled by default.
     -h | --help            : show this message and exit.
     -i | --ident name      : programname used as syslog ident. Default: postgres
index 2b96cf61ae655237643a612090d2920712267038..f4be108ad8e3afefdbe6e2bfd709e9bcfe11dafe 100644 (file)
--- a/pgbadger
+++ b/pgbadger
@@ -1675,8 +1675,9 @@ Options:
     -D | --dns-resolv      : client ip adresses are replaced by their DNS name.
                              Be warned that this can really slow down pgBadger.
     -e | --end datetime    : end date/time for the data to be parsed in log.
-    -f | --format logtype  : possible values: syslog, syslog2, stderr and csv.
-                            Default: stderr.
+    -f | --format logtype  : possible values: syslog, syslog2, stderr, csv and
+                            pgbouncer. Use this option when pgbadger is not
+                             able to auto-detect the log format Default: stderr.
     -G | --nograph         : disable graphs on HTML output. Enabled by default.
     -h | --help            : show this message and exit.
     -i | --ident name      : programname used as syslog ident. Default: postgres