tintoy / seqlog

Python logging integration for Seq (https://getseq.net)
https://seqlog.readthedocs.io/
MIT License
15 stars 11 forks source link

warning if message was None #33

Closed piotrmaslanka closed 3 years ago

piotrmaslanka commented 3 years ago

Having made a few mistakes by passing logger's None's instead of string messages, I've decided to add a warning that would protect us against that (and further failing the seqlog pipeline, and defend us from stupid AttributeErrors).

tintoy commented 3 years ago

Thank you!