-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
symfony 5.4 to 6.x || symfony/monolog-bundle": "^3.7.1" issue with UdpSocket #435
Comments
please try upgrading monolog-bundle and monolog separately to see which one has an issue. |
@stof thx for your reply I upgrade monolog-bundle and monolog now i have this
Stack trace:
with nx i can easly print some infos on my container "logger" with that command
so my container is reachable |
Related: doctrine/dbal#5340 |
I did fix the UdpSocket issue in https://github.com/Seldaek/monolog/releases/tag/2.6.0 so that the socket will reopen on demand, which should fix the issue here. |
After upgrading symfony 5.4 to 6.x i always get :
NOTICE: PHP message: PHP Fatal error: Uncaught RuntimeException: The UdpSocket to ..XX.. has been closed and can not be written to anymore in /srv/api/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php:63
My monolog config
this current config work very well with symfony 5.4 and monolog 3.5
The text was updated successfully, but these errors were encountered: