Skip to content

Instantly share code, notes, and snippets.

@svmihar
Last active January 31, 2020 09:29
Show Gist options
  • Save svmihar/aadf66720099f2deed3d32af79041c5d to your computer and use it in GitHub Desktop.
Save svmihar/aadf66720099f2deed3d32af79041c5d to your computer and use it in GitHub Desktop.
logging.basicConfig(
format='%(asctime)s - %(levelname)s - %(name)s - %(message)s',
datefmt='%m/%d/%Y %H:%M:%S',
level=logging.INFO)
logger = logging.getLogger(__name__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment