From: Darold Gilles Date: Mon, 18 Apr 2016 08:07:49 +0000 (+0200) Subject: Add requirement of log_error_verbosity = default to documentation. X-Git-Tag: v8.1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd0200f620a31eca744a88c00fd7e1c02d6b1080;p=pgbadger Add requirement of log_error_verbosity = default to documentation. --- diff --git a/README b/README index 0ba033c..0de9f84 100644 --- a/README +++ b/README @@ -450,6 +450,7 @@ POSTGRESQL CONFIGURATION log_lock_waits = on log_temp_files = 0 log_autovacuum_min_duration = 0 + log_error_verbosity = default Do not enable log_statement as its log format will not be parsed by pgBadger. diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 77c2409..f53894b 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -444,6 +444,7 @@ You need to enable other parameters in postgresql.conf to get more information f log_lock_waits = on log_temp_files = 0 log_autovacuum_min_duration = 0 + log_error_verbosity = default Do not enable log_statement as its log format will not be parsed by pgBadger.