The PHP log format does not include the date, for Warnings. For instance
PHP Warning: Cannot modify header information...
does not have any date of when the warning happened.
Is there a way to change the Warning format, or at least have the date in the log? (usingphp-fpm if it matters).
You can of course always define your own error handler using
set_error_handler. Simplified example: