From d9c80a85e54ebdd5aaba3374d76a6e32e1988c97 Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Mon, 5 May 2025 04:49:07 -0700 Subject: [PATCH] This should not be a warning. (#7946) --- app/custom_node_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/custom_node_manager.py b/app/custom_node_manager.py index 27d85d9ce..281febca9 100644 --- a/app/custom_node_manager.py +++ b/app/custom_node_manager.py @@ -127,8 +127,8 @@ class CustomNodeManager: if os.path.exists(workflows_dir): if folder_name != "example_workflows": - logging.warning( - "WARNING: Found example workflow folder '%s' for custom node '%s', consider renaming it to 'example_workflows'", + logging.debug( + "Found example workflow folder '%s' for custom node '%s', consider renaming it to 'example_workflows'", folder_name, module_name) webapp.add_routes(