Skip to content

Commit 966f3a5

Browse files
Only show feature flags log when verbose. (Comfy-Org#9281)
1 parent 0552de7 commit 966f3a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ async def websocket_handler(request):
235235
sid,
236236
)
237237

238-
logging.info(
238+
logging.debug(
239239
f"Feature flags negotiated for client {sid}: {client_flags}"
240240
)
241241
first_message = False

0 commit comments

Comments
 (0)