]> granicus.if.org Git - pgbadger/commitdiff
Add information about log format requirement - Alain Benard
authorDarold Gilles <gilles@darold.net>
Wed, 4 Jul 2012 14:14:18 +0000 (16:14 +0200)
committerDarold Gilles <gilles@darold.net>
Wed, 4 Jul 2012 14:14:18 +0000 (16:14 +0200)
README
doc/pgBadger.pod

diff --git a/README b/README
index 0f2c3808940339204af928e15300172b8a874f93..cb15cf11d0c83b5971fe7a93047dcbf936ad0127 100644 (file)
--- 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:
 
index 3cc9c330f24c0a17f4a64cf2b2b3eff875e3f2e6..752ec2313c01f3a8150c31c97befba2a7a28b595 100644 (file)
@@ -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: