Only show feature flags log when verbose. (#9281)

This commit is contained in:
comfyanonymous
2025-08-11 02:53:01 -07:00
committed by GitHub
parent 0552de7c7d
commit 966f3a5206

View File

@@ -235,7 +235,7 @@ class PromptServer():
sid, sid,
) )
logging.info( logging.debug(
f"Feature flags negotiated for client {sid}: {client_flags}" f"Feature flags negotiated for client {sid}: {client_flags}"
) )
first_message = False first_message = False