Seldaek / monolog

Sends your logs to files, sockets, inboxes, databases and various web services
https://seldaek.github.io/monolog/
MIT License
21.05k stars 1.9k forks source link

Close and reopen file handles if a write fails #1882

Closed Seldaek closed 2 weeks ago

Seldaek commented 7 months ago

Fixes #1862, fixes #1860, fixes #1634

cjavad commented 5 days ago

This might have caused regressions when used in a reentrant context (swoole async etc), tbd.

Seldaek commented 4 days ago

@cjavad let me know if you figure something out, but from the code it seems fine to me.