mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
Zero-diff to retrigger build
This commit is contained in:
parent
779606115b
commit
44ae561fdb
@ -67,7 +67,7 @@ def setup_logging(verbose: bool = False) -> None:
|
||||
add_logging_level('TRACE', 5)
|
||||
dict_config(MCS_CLI_LOG_CONF_PATH)
|
||||
if verbose:
|
||||
for logger_name in ("", "mcs_cli"):
|
||||
for logger_name in ('', 'mcs_cli'):
|
||||
logger = logging.getLogger(logger_name)
|
||||
logger.setLevel(logging.DEBUG)
|
||||
enable_console_logging(logger)
|
||||
|
Loading…
x
Reference in New Issue
Block a user