Skip to content

Commit

Permalink
Switch to info log
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Oct 25, 2024
1 parent 41740ba commit 2c8add7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/schains/cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2c8add7

Please sign in to comment.