summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorJérôme Loyet <fat@php.net>2010-08-02 09:02:48 +0000
committerJérôme Loyet <fat@php.net>2010-08-02 09:02:48 +0000
commit1c50d5385de2bdc5db28a280beb0a01130807776 (patch)
treeec14053f78c470fee1908ae25fe6f762ffcce34e /sapi
parent61501749410e2ba23358fe655faea1c7c607c5c3 (diff)
downloadphp-git-1c50d5385de2bdc5db28a280beb0a01130807776.tar.gz
correct php-fpm.conf: slowlog has no default value
Diffstat (limited to 'sapi')
-rw-r--r--sapi/fpm/php-fpm.conf.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/fpm/php-fpm.conf.in b/sapi/fpm/php-fpm.conf.in
index 15024982bc..6a73047adc 100644
--- a/sapi/fpm/php-fpm.conf.in
+++ b/sapi/fpm/php-fpm.conf.in
@@ -212,7 +212,8 @@ pm.max_children = 50
;request_slowlog_timeout = 0
; The log file for slow requests
-; Default Value: @EXPANDED_LOCALSTATEDIR@/log/php-fpm.log.slow
+; Default Value: not set
+; Note: slowlog is mandatory if request_slowlog_timeout is set
;slowlog = @EXPANDED_LOCALSTATEDIR@/log/php-fpm.log.slow
; Set open file descriptor rlimit.