]> granicus.if.org Git - php/commitdiff
correct php-fpm.conf: slowlog has no default value
authorJérôme Loyet <fat@php.net>
Mon, 2 Aug 2010 09:02:48 +0000 (09:02 +0000)
committerJérôme Loyet <fat@php.net>
Mon, 2 Aug 2010 09:02:48 +0000 (09:02 +0000)
sapi/fpm/php-fpm.conf.in

index 15024982bc992996bd1dc4db990745ea0b89ac90..6a73047adcb532dda9feb42418b3647f7a429595 100644 (file)
@@ -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.