Created
July 8, 2020 02:22
-
-
Save binshengliu/40c9c8c68811294871a5513f18ebbb29 to your computer and use it in GitHub Desktop.
Revisions
-
binshengliu created this gist
Jul 8, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ logging.basicConfig( level=logging.INFO, stream=sys.stderr, format="[%(asctime)s][%(levelname)s] - %(message)s", ) log = logging.getLogger(__name__)