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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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