Last active
February 12, 2023 12:26
-
-
Save gingershaped/488ff8574be0963f63c4461d4cb71bf8 to your computer and use it in GitHub Desktop.
This file contains 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
logging.basicConfig(format="[%(name)s] %(levelname)s: %(message)s", stream=sys.stdout, level=logging.INFO) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment