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