You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This handler flushes using a register_shutdown_function, which is never triggered with PPM. We need to find a way to call the flush() function of the handler (and maybe any other Monolog handlers that have it?) at the end of the request.