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
I have tried using the Monolog Collector with version 3.0 and up of monolog.
They changed of the "write" method, it no longer takes an array as a parameter.
I solved the problem at home with an overload but if you want I can send you a PR
Hello
I have tried using the Monolog Collector with version 3.0 and up of monolog.
They changed of the "write" method, it no longer takes an array as a parameter.
I solved the problem at home with an overload but if you want I can send you a PR
See
https://github.com/Seldaek/monolog/blob/3.0.0-RC1/src/Monolog/Handler/AbstractProcessingHandler.php
abstract protected function write(LogRecord $record): void;
The text was updated successfully, but these errors were encountered: