Skip to content

Instantly share code, notes, and snippets.

@shaybensasson
Last active March 12, 2022 13:08
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 shaybensasson/e98e35ed67eff6d6ebe452bba23987c4 to your computer and use it in GitHub Desktop.
Save shaybensasson/e98e35ed67eff6d6ebe452bba23987c4 to your computer and use it in GitHub Desktop.
~One liner logging to console
import logging
logging.basicConfig(level="DEBUG", style="{",
format='[{asctime:s}] {levelname:7s} | {process:5d} | {name:s} | {message:s}')
_logger = logging.getLogger(__name__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment