Set PG4WP_LOG_ERRORS to true for development version

git-svn-id: https://plugins.svn.wordpress.org/postgresql-for-wordpress/trunk@194610 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
hawk__
2010-01-16 22:12:21 +00:00
parent 64b0c9cf08
commit 44e60e6b10

View File

@@ -15,7 +15,7 @@ define( 'PG4WP_ROOT', dirname( __FILE__).'/plugins/pg4wp');
define( 'PG4WP_DEBUG', false);
// If you just want to log queries that generate errors, leave PG4WP_DEBUG to "false"
// and set this to true
define( 'PG4WP_LOG_ERRORS', false);
define( 'PG4WP_LOG_ERRORS', true);
// Logs are put in the pg4wp directory
define( 'PG4WP_LOG', PG4WP_ROOT.'/logs/');