do not use critical log unless it's really critical (#3778)

This commit is contained in:
Shuchang Zheng
2025-10-22 08:20:02 -07:00
committed by GitHub
parent 83bd6f89b9
commit 24763b6a5a

View File

@@ -272,7 +272,7 @@ async def get_debug_session_runs(
) -> DebugSessionRuns:
"""Get all debug session runs for the debug_session_id"""
LOG.critical(
LOG.info(
"Fetching runs for debugger",
debug_session_id=debug_session_id,
organization_id=current_org.organization_id,