Skip to content

Instantly share code, notes, and snippets.

@aldur
aldur / __init__.py
Created April 5, 2018 09:10
Python Logging Boilerplate
#!/usr/bin/env python3
# encoding: utf-8
"""TODO: Package description."""
import datetime
import logging
import os
# Configure logging.