summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-04-28 13:36:43 +0000
committerErmal <eri@pfsense.org>2014-04-28 13:36:43 +0000
commit3ffae79bdea54767f5611a149179c2df610331aa (patch)
treed665d13285c413d6c753cfb4998eb0b03a91e27a /etc/rc.php_ini_setup
parent4a4fc162e5c42b47f4ae1456021ff4e186278965 (diff)
downloadpfsense-3ffae79bdea54767f5611a149179c2df610331aa.zip
pfsense-3ffae79bdea54767f5611a149179c2df610331aa.tar.gz
Change log level to error for php-fpm
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index f726ade..697b688 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}
OpenPOWER on IntegriCloud