We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480ce3c commit fa7148dCopy full SHA for fa7148d
1 file changed
bin/github-backup
@@ -15,7 +15,11 @@ from github_backup.github_backup import (
15
retrieve_repositories,
16
)
17
18
-logging.basicConfig(format='%(asctime)s.%(msecs)03d: %(message)s', datefmt='%Y-%m-%dT%H:%M:%S')
+logging.basicConfig(
19
+ format='%(asctime)s.%(msecs)03d: %(message)s',
20
+ datefmt='%Y-%m-%dT%H:%M:%S',
21
+ level=logging.INFO
22
+)
23
24
def main():
25
args = parse_args()
0 commit comments