Change log level for example_workflows folder name check

This commit is contained in:
catboxanon 2025-05-01 13:31:04 -04:00
parent 6d32dc049e
commit fa113bc736

View File

@ -127,8 +127,8 @@ class CustomNodeManager:
if os.path.exists(workflows_dir): if os.path.exists(workflows_dir):
if folder_name != "example_workflows": if folder_name != "example_workflows":
logging.warning( logging.debug(
"WARNING: Found example workflow folder '%s' for custom node '%s', consider renaming it to 'example_workflows'", "Found example workflow folder '%s' for custom node '%s', consider renaming it to 'example_workflows'",
folder_name, module_name) folder_name, module_name)
webapp.add_routes( webapp.add_routes(