Change log level to error for php-fpm

This commit is contained in:
Ermal 2014-04-28 13:36:43 +00:00
parent 4a4fc162e5
commit 3ffae79bde

View File

@ -314,7 +314,7 @@ pid = run/php-fpm.pid
error_log=syslog
syslog.facility = daemon
syslog.ident = system
log_level = notice
log_level = error
daemonize = yes
events.mechanism = kqueue
process.max = ${PHPFPMMAX}