Skip to content
Snippets Groups Projects
Commit 524edeff authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

fix verbose arg

parent ea9cbfe5
No related branches found
No related tags found
2 merge requests!9Release 2.0 (merge dev to master),!8Release 2.0
...@@ -212,7 +212,6 @@ if __name__ == "__main__": ...@@ -212,7 +212,6 @@ if __name__ == "__main__":
logging.basicConfig(level=logging.DEBUG) logging.basicConfig(level=logging.DEBUG)
else: else:
logging.basicConfig(level=logging.INFO) logging.basicConfig(level=logging.INFO)
logging.getLogger("urllib3").setLevel(logging.WARNING)
if not args.main_directory: if not args.main_directory:
args.main_directory = os.getcwd() args.main_directory = os.getcwd()
......
...@@ -337,7 +337,6 @@ if __name__ == "__main__": ...@@ -337,7 +337,6 @@ if __name__ == "__main__":
logging.basicConfig(level=logging.DEBUG) logging.basicConfig(level=logging.DEBUG)
else: else:
logging.basicConfig(level=logging.INFO) logging.basicConfig(level=logging.INFO)
logging.getLogger("urllib3").setLevel(logging.WARNING)
# Parsing the config file if provided, using the default config otherwise # Parsing the config file if provided, using the default config otherwise
if not args.config: if not args.config:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment