Set default log level to WARNING
This ensures that the only output comes from the container process by default.master
parent
02b97364fc
commit
bb1315fa63
|
@ -62,7 +62,7 @@ def parse_args() -> argparse.Namespace:
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--log-level',
|
'--log-level',
|
||||||
default='INFO',
|
default='WARNING',
|
||||||
choices=('CRITICAL', 'ERROR', 'WARNING', 'INFO', 'DEBUG'),
|
choices=('CRITICAL', 'ERROR', 'WARNING', 'INFO', 'DEBUG'),
|
||||||
help='Set CLI log level',
|
help='Set CLI log level',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue