dwbutler / logstash-logger

Ruby logger that writes logstash events
MIT License
456 stars 118 forks source link

Logstash File Logger - resetting makes fail #160

Open AlexRiedler opened 4 years ago

AlexRiedler commented 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...

Not sure what the intended behaviour should be, should reset be also opening the file afterwards?