From 0cb50f2b564a0fbf24a47ab38b58ead0db8c40b7 Mon Sep 17 00:00:00 2001 From: Gilles Darold Date: Thu, 27 Jun 2019 15:15:24 +0200 Subject: [PATCH] Reapply --exclude-client option description in documention. Thanks to Christoph Berg for the report. --- README | 2 ++ doc/pgBadger.pod | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README b/README index 7f64b38..7bd1bef 100644 --- 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 diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index e573b2f..7e26bc7 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -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 -- 2.50.1