Created
June 5, 2025 13:52
-
-
Save rafaelmaeuer/bb2de99077b590b9a6da40416c863fbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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