Use system ident rather than php-fpm for system logs

This commit is contained in:
Ermal 2013-12-14 21:21:50 +00:00
parent 4aea91d808
commit 9e0fb7010d

View File

@ -309,7 +309,7 @@ fi
pid = run/php-fpm.pid
error_log=syslog
syslog.facility = daemon
syslog.ident = php-fpm
syslog.ident = system
log_level = notice
daemonize = yes
events.mechanism = kqueue