From 2c8add703b7ba701341d309ae97e7663e17d220a Mon Sep 17 00:00:00 2001 From: badrogger Date: Fri, 25 Oct 2024 11:32:28 +0000 Subject: [PATCH] Switch to info log --- core/schains/cleaner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/schains/cleaner.py b/core/schains/cleaner.py index dc89fda4..7fd291ef 100644 --- a/core/schains/cleaner.py +++ b/core/schains/cleaner.py @@ -141,7 +141,7 @@ def get_schains_on_node(dutils=None): schains_with_dirs = os.listdir(SCHAINS_DIR_PATH) schains_with_container = get_schains_with_containers(dutils) schains_active_records = get_schains_names() - logger.debug( + logger.info( 'dirs %s, containers: %s, records: %s', schains_with_dirs, schains_with_container,