Set default log level
This commit is contained in:
@@ -45,7 +45,7 @@ def pytest_addoption(parser):
|
||||
parser.addoption(
|
||||
"--log",
|
||||
action="store",
|
||||
default="INFO",
|
||||
default="ERROR",
|
||||
help="""
|
||||
Set log level:
|
||||
- DEBUG: Show all raw caput and caget commands
|
||||
|
||||
Reference in New Issue
Block a user