You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/03/21 13:13:12 UTC

svn commit: r1459256 - /isis/site/trunk/content/components/objectstores/jdo/enabling-logging.md

Author: danhaywood
Date: Thu Mar 21 12:13:12 2013
New Revision: 1459256

URL: http://svn.apache.org/r1459256
Log:
isis site - stub article on logging

Modified:
    isis/site/trunk/content/components/objectstores/jdo/enabling-logging.md

Modified: isis/site/trunk/content/components/objectstores/jdo/enabling-logging.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/enabling-logging.md?rev=1459256&r1=1459255&r2=1459256&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/enabling-logging.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/enabling-logging.md Thu Mar 21 12:13:12 2013
@@ -31,7 +31,7 @@ Add `;sqllog=3` to the end of the JDBC U
 In `postgresql\9.2\data\postgresql.conf`:
 
 <pre>
-#log_statement = 'all'
+log_statement = 'all'
 </pre>
 
 Will then log to `postgresql\9.2\data\pg_log` directory.