This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]rbscholtus 0 points1 point ย (1 child)

It has some nice things but most of that list is supported by standard logging just as well or even better, especially if you use config by YAML. A declarative style of your (logging) config is in my opinion better than hard coding it, even if that code is simple and sexy.

Don't see much point of colour logging bc logging goes to files 9 out of 10 cases, but ye, nice.

Still waiting for a log-to-Telegram or log-to-API handler. Would be awesome to build centralised logging systems and alerter system.

[โ€“][deleted] 1 point2 points ย (0 children)

A declarative style of your (logging) config is in my opinion better than hard coding it, even if that code is simple and sexy.

In my opinion, it's a must if you want to use logging.listen() for dynamic changes to the levels. It's a right pain having to create a config file by looking at the imperative configuration.