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/');