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
hello,
i updated my composer dependencies to be able to use php 8.1. I went with monolog/monolog 2.* and inpsyde/wonolog 2.0.0-beta.2
But now in my mu-plugin the Inpsyde\Wonolog\bootstrap(); is undefined and i have a PHP error. If i remove the bootstrap() i have no error, but also no logs.
i tried to call the makeLogger() method but no success.
What should we do with this new version?
Thanks for your help
Description of the bug
hello,
i updated my composer dependencies to be able to use php 8.1. I went with monolog/monolog 2.* and inpsyde/wonolog 2.0.0-beta.2
But now in my mu-plugin the Inpsyde\Wonolog\bootstrap(); is undefined and i have a PHP error. If i remove the bootstrap() i have no error, but also no logs.
i tried to call the makeLogger() method but no success.
What should we do with this new version?
Thanks for your help
Reproduction instructions
update your composer.json with
do a composer update
in a mu-plugin, instantiate wonolog and create a log :
Expected behavior
we should have a folder wonolog/2024/02/08.log with our log
Environment info
PHP 8.1
wonolog 2.0.0-beta.2
monolog 2.9.2
Relevant log output
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: