Skip to content

Commit c22f638

Browse files
FrancoisZimvogelsgesang
authored andcommitted
Cloud-DB Extractor: Reduce log level in extractor_cli.py to INFO
1 parent 5cd8901 commit c22f638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Community-Supported/clouddb-extractor/extractor_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def required_arg(args, arg_name, message=None):
8080
consoleHandler = logging.StreamHandler()
8181
consoleHandler.setLevel(logging.INFO)
8282
logging.basicConfig(
83-
level=logging.DEBUG,
83+
level=logging.INFO,
8484
format="%(asctime)s - %(name)s %(funcName)s - %(levelname)s - %(message)s",
8585
handlers=[logging.FileHandler("debug.log"), consoleHandler],
8686
)

0 commit comments

Comments
 (0)