tintoy / seqlog

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

Handle correctly invalid log entries #30

Closed piotrmaslanka closed 3 years ago

piotrmaslanka commented 3 years ago

Seq log handler has an issue with braces. It will try to parse braces as a Python expression, whereas that might not have been the intent all along (eg. when logging gRPC issues).

I fixed that.

tintoy commented 3 years ago

Hi - thanks for contributing!

tintoy commented 3 years ago

I’ll get a new version of the package published later this morning.

tintoy commented 3 years ago

Published v0.3.19. Thanks again! 🙂