From 44e60e6b10161ad42386c33657b3f8f2d999de49 Mon Sep 17 00:00:00 2001 From: hawk__ Date: Sat, 16 Jan 2010 22:12:21 +0000 Subject: [PATCH] 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 --- pg4wp/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg4wp/db.php b/pg4wp/db.php index 3d01097..6b9d2b7 100644 --- a/pg4wp/db.php +++ b/pg4wp/db.php @@ -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/');