downgrade noisy logs to debug (#4378)

This commit is contained in:
Shuchang Zheng
2026-01-01 21:15:29 -08:00
committed by GitHub
parent 974d7469be
commit 338fa9e1c8
3 changed files with 6 additions and 6 deletions

View File

@@ -106,7 +106,7 @@ async def messages(
return
if not result:
LOG.warning(
LOG.debug(
"No message channel found.",
browser_session_id=browser_session_id,
workflow_run_id=workflow_run_id,