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:
@@ -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/');
|
||||
|
Reference in New Issue
Block a user