chore: change default log level (#1303)

This commit is contained in:
Pepe Fagoaga
2022-08-03 12:21:10 +02:00
committed by GitHub
parent 6f0d42a881
commit fe474ae9df

View File

@@ -83,7 +83,7 @@ if __name__ == "__main__":
parser.add_argument(
"--log-level",
choices=["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"],
default="ERROR",
default="CRITICAL",
help="Select Log Level",
)
parser.add_argument(