Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
import logging
logger_handler.setFormatter(logging.Formatter(
'[%(levelname)s]\t%(asctime)s.%(msecs)dZ\t%(aws_request_id)s\t%(message)s\n',
'%Y-%m-%dT%H:%M:%S'
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment