Open AlexRiedler opened 4 years ago
Once you do a logger.reset when its a File Logger, the @io variable gets set to nil and the file is never re-opened...
@io
nil
Not sure what the intended behaviour should be, should reset be also opening the file afterwards?
Once you do a logger.reset when its a File Logger, the
@io
variable gets set tonil
and the file is never re-opened...Not sure what the intended behaviour should be, should reset be also opening the file afterwards?