summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-04-16 10:50:43 +0200
committerAleksander Machniak <alec@alec.pl>2014-04-16 10:50:43 +0200
commite5a77d2634cd165da7bc6f86bb08fe21d9e357ea (patch)
treee7a062415003d7e350c87aa3fbf03169e2673a8e /config
parent398b7a9b0b63b1df91fceffccf7724fa98cade5e (diff)
parent5be6dcf0e2234b22391ad4f654efddd0ba7c0e92 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index 5c5fccb1e..7f65b9748 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -56,7 +56,7 @@ $config['db_table_dsn'] = array(
// LOGGING/DEBUGGING
// ----------------------------------
-// system error reporting, sum of: 1 = log; 4 = show, 8 = trace
+// system error reporting, sum of: 1 = log; 4 = show
$config['debug_level'] = 1;
// log driver: 'syslog' or 'file'.