From 44708ec647ca45ff7f2ae01108ca3773100fe06a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 08 May 2015 08:51:56 -0400 Subject: [PATCH] Implemented memcache_debug and apc_debug options for cache operations tracking --- config/defaults.inc.php | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index eceae44..39e541c 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -108,6 +108,13 @@ // Log SMTP conversation to <log_dir>/smtp or to syslog $config['smtp_debug'] = false; +// Log Memcache conversation to <log_dir>/memcache or to syslog +$config['memcache_debug'] = false; + +// Log APC conversation to <log_dir>/apc or to syslog +$config['apc_debug'] = false; + + // ---------------------------------- // IMAP // ---------------------------------- -- Gitblit v1.9.1