From 3ffae79bdea54767f5611a149179c2df610331aa Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 28 Apr 2014 13:36:43 +0000 Subject: [PATCH] Change log level to error for php-fpm --- 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 f726adebc3..697b6887ed 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -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}