From 1c50d5385de2bdc5db28a280beb0a01130807776 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Loyet?= Date: Mon, 2 Aug 2010 09:02:48 +0000 Subject: [PATCH] correct php-fpm.conf: slowlog has no default value --- sapi/fpm/php-fpm.conf.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.40.0