From 3b946e9e1c5432780c1ed70698254c6fa5606927 Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Mon, 1 May 2017 09:37:14 -0700 Subject: [PATCH] Sending php-fpm's error log to /dev/stderr (#266) --- php-nginx/php-fpm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-nginx/php-fpm.conf b/php-nginx/php-fpm.conf index c97e70c3..f8d6dbfa 100644 --- a/php-nginx/php-fpm.conf +++ b/php-nginx/php-fpm.conf @@ -44,7 +44,7 @@ pid = /var/run/php-fpm.pid ; in a local file. ; Note: the default prefix is /opt/php/var ; Default Value: log/php-fpm.log -error_log = /dev/null +error_log = /dev/stderr ; syslog_facility is used to specify what type of program is logging the ; message. This lets syslogd specify that messages from different facilities