Created
January 28, 2022 08:10
-
-
Save ouyen/e09c22b95b96efb9adde9164a445cadb 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 | |
logging.basicConfig( | |
level=logging.INFO, | |
format='%(asctime)s [%(levelname)s] %(message)s', | |
datefmt='%Y-%m-%d T %H:%M:%S') | |
logging.info('hi') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment