Is posible use syslog facilities in php error_log directive or in other way at system/server side?
Something like...
error_log = syslog:local4
error_log = syslog(LOG_LOCAL4)
Using php fpm I can set this with syslog.facility directive in fpm conf, but what about of php cli?
Thanks