From fa684c0ef074d3d76beb9b0e735c8c0103d2bdb0 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 13 Feb 2017 15:32:57 -0600 Subject: [PATCH] Add comment about log.condition Signed-off-by: Morris Jobke --- config/config.sample.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.sample.php b/config/config.sample.php index 1c65b050b7..228233452e 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1454,6 +1454,7 @@ $CONFIG = array( * to performance degradation and large log files on busy instance. * * Thus enabling this in production for longer periods of time is not recommended + * or should be used together with the ``log.condition`` setting. */ 'filelocking.debug' => false,