diff options
-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. |