diff --git a/app/config/core.php b/app/config/core.php index e5c2ef18..403e5786 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -145,7 +145,7 @@ Configure::write('Cache.disable', true); * Defines the default error type when using the log() function. Used for * differentiating error logging and debugging. Currently PHP supports LOG_DEBUG. */ -define('LOG_ERROR', 0); +define('LOG_ERROR', 1); /** * The preferred session handling method. Valid values: *