diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-16 10:50:43 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-16 10:50:43 +0200 |
commit | e5a77d2634cd165da7bc6f86bb08fe21d9e357ea (patch) | |
tree | e7a062415003d7e350c87aa3fbf03169e2673a8e /config/defaults.inc.php | |
parent | 398b7a9b0b63b1df91fceffccf7724fa98cade5e (diff) | |
parent | 5be6dcf0e2234b22391ad4f654efddd0ba7c0e92 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'config/defaults.inc.php')
-rw-r--r-- | config/defaults.inc.php | 2 |
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'. |