]> granicus.if.org Git - pgbadger/commitdiff
doc update : stderr is not a default for -f
authorChristophe Courtois <christophe.courtois@dalibo.com>
Wed, 22 Nov 2017 11:04:48 +0000 (12:04 +0100)
committerChristophe Courtois <christophe.courtois@dalibo.com>
Wed, 22 Nov 2017 13:57:11 +0000 (14:57 +0100)
README
doc/pgBadger.pod
pgbadger

diff --git a/README b/README
index 8c626b8e90f202a28492a0c92e9880290cb7ccd2..b20edd5afc04259e38e9fc7fa33f0f1fc04fb99d 100644 (file)
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ SYNOPSIS
         -e | --end datetime    : end date/time for the data to be parsed in log.
         -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.
+                                 able to auto-detect the log format.
         -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
@@ -250,10 +250,11 @@ DESCRIPTION
     embedded.
 
     pgBadger is able to autodetect your log file format (syslog, stderr or
-    csvlog). It is designed to parse huge log files as well as gzip
-    compressed files. See a complete list of features below. Supported
-    compressed format are gzip, bzip2 and xz. For the xz format you must
-    have an xz version upper than 5.05 that supports the --robot option.
+    csvlog) if the log file is long enough. It is designed to parse huge log
+    files as well as gzip compressed files. See a complete list of features
+    below. Supported compressed format are gzip, bzip2 and xz. For the xz
+    format you must have an xz version upper than 5.05 that supports the
+    --robot option.
 
     All charts are zoomable and can be saved as PNG images.
 
index 7fb348d57fad84cfff6b15b9b8b6db777fd2d55d..4baf47436e3d419802cb982d772b1dad0c2c9563 100644 (file)
@@ -29,7 +29,7 @@ Options:
     -e | --end datetime    : end date/time for the data to be parsed in log.
     -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.
+                             able to auto-detect the log format.
     -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
@@ -250,7 +250,8 @@ other packages. Furthermore, this library gives us more features such
 as zooming. pgBadger also uses the Bootstrap JavaScript library and
 the FontAwesome webfont for better design. Everything is embedded.
 
-pgBadger is able to autodetect your log file format (syslog, stderr or csvlog).
+pgBadger is able to autodetect your log file format (syslog, stderr or csvlog)
+if the log file is long enough.
 It is designed to parse huge log files as well as gzip compressed files. See a
 complete list of features below. Supported compressed format are gzip, bzip2
 and xz. For the xz format you must have an xz version upper than 5.05 that
index 04ead3e53ec93a3405fd9b35887ab54b1a1505ab..70115e5012791b92f1cacfdd3a7478e62a3a6a75 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -1776,7 +1776,7 @@ Options:
     -e | --end datetime    : end date/time for the data to be parsed in log.
     -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.
+                             able to auto-detect the log format.
     -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