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'.