PHP :: Bug #64915 :: error_log ignored when daemonize=0
[2013-05-24 08:41 UTC] remi@php.net
Description: ------------ error_log is only used when daemonize=1. This make sense to display message during an interactive / debug run. Launching php-fpm using systemd (with type=simple of new type=notify), --nodaemonize option is used. So error_log directive is ignored and all messages goes to stdout (catched by systemd and redirected to system log). Proposal : use error_log configured file if daemonize OR !interactive (using isatty test)
[2013-05-24 08:41 UTC] remi@php.net
-Assigned To: +Assigned To: remi
[2013-05-24 10:11 UTC] remi@php.net
-Status: Assigned +Status: Closed