Get Started Now

Python logging customizations

The log alternative (to print)

As an alternative to dumping to the cli for debugging and event notifications, Sean Gillies has a write-up about tweaking the log output to do some of the following.

Log messages can be sent to single files on disk, rotating log files, sent to SMTP servers — you could probably even create [...]

  • Share/Bookmark