diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-22 19:32:24 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-22 19:32:24 +0000 |
commit | 8141fd50889431059ec2def58418283ddb8f355b (patch) | |
tree | 106101e8e6e71d56b0c3c7438213875a318d9b28 | |
parent | 475b8fe9ff3f4eee077fd649a1e5aea2568c06b4 (diff) |
Set the default logging to 'notice' to make it more user friendly.
-rw-r--r-- | core/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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. |