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
Php default syslog's facility is "user" (and cannot be changed)
I use directive auto_prepend_file in phi.ini (this script must be under include_path)
and