1
0
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:
Alexander Presnyakov 2025-04-03 18:47:26 +00:00
parent 779606115b
commit 44ae561fdb

View File

@ -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)