I would like to know how I can make monolog for symfony 4 logging fatal errors:
PHP Fatal error: Allowed memory size of xxxx exhausted
to the main log handler.
In my application these errors are logged in the PHP error_log file.
I would like to know how I can make monolog for symfony 4 logging fatal errors:
PHP Fatal error: Allowed memory size of xxxx exhausted
to the main log handler.
In my application these errors are logged in the PHP error_log file.