]> granicus.if.org Git - pgbadger/commitdiff
Reapply --exclude-client option description in documention. Thanks to Christoph Berg...
authorGilles Darold <gilles.darold@lzlabs.com>
Thu, 27 Jun 2019 13:15:24 +0000 (15:15 +0200)
committerGilles Darold <gilles.darold@lzlabs.com>
Thu, 27 Jun 2019 13:15:24 +0000 (15:15 +0200)
README
doc/pgBadger.pod

diff --git a/README b/README
index 7f64b38e5c28275a8377dc04e0cf393ab639f992..7bd1bef1cb5175b248cae983ef368a88eb11683e 100644 (file)
--- a/README
+++ b/README
@@ -139,6 +139,8 @@ SYNOPSIS
         --exclude-line regex   : pgBadger will start to exclude any log entry that
                                  will match the given regex. Can be used multiple
                                  time.
+        --exclude-client name  : exclude log entries for the specified client ip.
+                                 Can be used multiple time.
         --anonymize            : obscure all literals in queries, useful to hide
                                  confidential data.
         --noreport             : prevent pgBadger to create reports in incremental
index e573b2ff25eb138ae0f41d46ca7026550060202b..7e26bc7ca2d9b21528e623772402358205715c98 100644 (file)
@@ -141,6 +141,8 @@ Options:
     --exclude-line regex   : pgBadger will start to exclude any log entry that
                             will match the given regex. Can be used multiple
                             time.
+    --exclude-client name  : exclude log entries for the specified client ip.
+                            Can be used multiple time.
     --anonymize                   : obscure all literals in queries, useful to hide
                             confidential data.
     --noreport            : prevent pgBadger to create reports in incremental