From: Darold Gilles Date: Wed, 4 Jul 2012 14:14:18 +0000 (+0200) Subject: Add information about log format requirement - Alain Benard X-Git-Tag: v3.2~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=992cffe3718fcd7163e4ea7a3c6697916cc0c583;p=pgbadger Add information about log format requirement - Alain Benard --- diff --git a/README b/README index 0f2c380..cb15cf1 100644 --- a/README +++ b/README @@ -167,6 +167,12 @@ POSTGRESQL CONFIGURATION Do not enable log_statement and log_duration, their log format will not be parsed by pgBadger. + Of course your log messages should be in english without locale support: + + lc_messages='C' + + but this is not only recommanded by pgbadger. + INSTALLATION Download the tarball from github and unpack the archive as follow: diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 3cc9c33..752ec23 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -157,6 +157,13 @@ You need to enable other parameters in postgresql.conf to get more informations Do not enable log_statement and log_duration, their log format will not be parsed by pgBadger. +Of course your log messages should be in english without locale support: + + lc_messages='C' + +but this is not only recommanded by pgbadger. + + =head1 INSTALLATION Download the tarball from github and unpack the archive as follow: