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
Description
I have many processor in my application, and some of them are really useful, like castring to string a PSR7/Request (the body is a stream).
Example
ATM, I only see that
Because my processor in not plugged in the stack that collect all logs.
in others logs handlers (filesystem / ...) the processor is well enabled and called.
Question
Why Monolog processor are not used to fill the LoggerDataCollector ?