Skip to content

Instantly share code, notes, and snippets.

View ariebovenberg's full-sized avatar

Arie Bovenberg ariebovenberg

View GitHub Profile
import logging
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)
# basic usage
logger.info("hello world")
# basic formatting
context = {
"user": "bob",