Skip to content

Instantly share code, notes, and snippets.

@aont
Created July 9, 2024 06:36
Show Gist options
  • Save aont/b1c225774f7c60fccd607527ae10e3b0 to your computer and use it in GitHub Desktop.
Save aont/b1c225774f7c60fccd607527ae10e3b0 to your computer and use it in GitHub Desktop.
import logging
logging.basicConfig()
logger = logging.getLogger(os.path.basename(__file__))
logger.setLevel(logging.INFO)
logger.info("info")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment