status-im / nim-chronicles

A crafty implementation of structured logging for Nim.
Apache License 2.0
153 stars 20 forks source link

suppress some more `IOError` when logging #137

Closed etan-status closed 10 months ago

etan-status commented 10 months ago

Nim 2.0 highlighted some more situations where logging may raise an IOError. Suppress those as well to compile applications in Nim 2.0.