From 8141fd50889431059ec2def58418283ddb8f355b Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 22 Apr 2009 19:32:24 +0000 Subject: Set the default logging to 'notice' to make it more user friendly. --- core/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/config/config.php b/core/config/config.php index fa79cf97..1b8fc4bb 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -81,7 +81,7 @@ $config['enable_hooks'] = TRUE; * 3 - Notices * 4 - Debugging */ -$config['log_threshold'] = 4; +$config['log_threshold'] = 3; /** * Message logging directory. -- cgit v1.2.3