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
minor #9000 Handler formatter example was using wrong defined service (gregsomers)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes#9000).
Discussion
----------
Handler formatter example was using wrong defined service
The service class passed to the formatter in the example handler was using the processor service instead of the formatter service. It should instead use `monolog.formatter.session_request`, otherwise monolog complains that the class does not implement interface `Monolog\Formatter\FormatterInterface`.
Commits
-------
447844a Handler formatter example was using wrong defined service
0 commit comments