From 9e0fb7010db3124cee64086895074dd0a587d552 Mon Sep 17 00:00:00 2001 From: Ermal Date: Sat, 14 Dec 2013 21:21:50 +0000 Subject: [PATCH] Use system ident rather than php-fpm for system logs --- etc/rc.php_ini_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 1105773733..a6557bb35f 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -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