Hacker News new | ask | show | jobs
by hynek 4858 days ago
You can because you’re still using logging if you want. You only use a different ‘Handler’ which writes your entries to stderr instead of into a file. That’s the advantage of logging’s modularity.

In the examples, I set the log level to INFO for instance.