Skip to content

Instantly share code, notes, and snippets.

@delivrance
Created October 9, 2018 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delivrance/4a61f05e159118099f3c5b18fc7abb4d to your computer and use it in GitHub Desktop.
Save delivrance/4a61f05e159118099f3c5b18fc7abb4d to your computer and use it in GitHub Desktop.
# From: https://github.com/pyrogram/pyrogram/blob/ffd67ed40839d82c133b6abc5529305385a74a4e/pyrogram/client/client.py#L54-L55
# Custom format for nice looking log lines
LOG_FORMAT = "[%(asctime)s.%(msecs)03d] %(filename)s:%(lineno)s %(levelname)s: %(message)s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment