From f9e96a7ac2df3326d9232176b32c3169f4bf3673 Mon Sep 17 00:00:00 2001 From: Steve Allison Date: Thu, 21 Feb 2013 18:37:02 +0000 Subject: [PATCH] Debug log switch added to config.inc.php --- config.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.inc.php.dist b/config.inc.php.dist index 5f467cb..daaa28f 100644 --- a/config.inc.php.dist +++ b/config.inc.php.dist @@ -62,4 +62,7 @@ // Log attempted passwords (could be insecure, disabled by default) $rcmail_config['defense_log_pwd'] = false; + + // Enable debug log to logs/defense.log + $rcmail_config['defense_debug_enabled'] = false; ?> \ No newline at end of file