summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-24 11:58:51 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-24 11:58:51 +0200
commite077c189bbb2c92f75d849a17dd88d025e392e69 (patch)
treedc204ba409cc207f3822b27a32c6c2292756c8c0 /config
parent553225e1be27f2c58c0995decc10651566add78f (diff)
Corrected description if debug_level
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 8d615f3b0..504593028 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -21,7 +21,7 @@ $rcmail_config = array();
// LOGGING/DEBUGGING
// ----------------------------------
-// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
+// system error reporting, sum of: 1 = log; 4 = show, 8 = trace
$rcmail_config['debug_level'] = 1;
// log driver: 'syslog' or 'file'.