From 9a29409107f1c9d36784070c41773775195b8b95 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Sat, 30 Apr 2016 13:02:57 +1000 Subject: [PATCH] Vaguely working --- app/config/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: *