Skip to content

Instantly share code, notes, and snippets.

@rafaelmaeuer
Created June 5, 2025 13:52
Show Gist options
  • Save rafaelmaeuer/bb2de99077b590b9a6da40416c863fbf to your computer and use it in GitHub Desktop.
Save rafaelmaeuer/bb2de99077b590b9a6da40416c863fbf to your computer and use it in GitHub Desktop.
import logging
logger = logging.getLogger(__name__)
logging.basicConfig(
level=logging.INFO,
format="%(asctime)s [%(levelname)s] %(name)s: %(message)s",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment