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
Added a full test suite covering levels, writers and formatting, run through Alchemy (logger's first)
Fixed
Setting an invalid log level warns and keeps the previous level instead of misbehaving quietly
LogWriter throws a RuntimeException when the log file is missing and createFile is false, replacing the fatal error (and keeping logger clean on PHP 8.4)
Log writes append using the file pointer instead of rewriting the whole file, so production logs stay fast at any size. The old newest-first layout is available with log.mode: 'prepend' (thanks @ghosthi) for the report and design)