Seldaek / monolog

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

AbstractRotatingFileHandler #1855

Closed theking2 closed 4 months ago

theking2 commented 9 months ago

AbstractRotatingFileHanderl dealing with write, close, reset Refactor RotatingFileHandler to implement the abstract

Seldaek commented 4 months ago

Please publish this new handler as a standalone package instead of extending this, I have no interest in supporting cron expressions, logrotate is the correct way to do this IMO.