adlfkjfadslkjfads

Python Tip of the Day - Logging basicConfig

Posted on Wed 14 February 2018 in Posts • Tagged with pythonTipOfTheDay, logging, python

Oftentimes you just want to try out something related to logging in the REPL, or in a hacky script.  Wading through the docs on the logging module is this painful exercise in reading about handlers and formatters and other stuff you don't care about.

The simplest way to just get …


Continue reading