do not use critical log unless it's really critical (#3778)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user