mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
downgrade log to debug (#7687)
This commit is contained in:
@@ -88,7 +88,7 @@ async def connect(connection_id: str, environ):
|
||||
raise ConnectionRefusedError('Failed to join conversation')
|
||||
async_store = AsyncEventStoreWrapper(event_stream, latest_event_id + 1)
|
||||
async for event in async_store:
|
||||
logger.info(f'oh_event: {event.__class__.__name__}')
|
||||
logger.debug(f'oh_event: {event.__class__.__name__}')
|
||||
if isinstance(
|
||||
event,
|
||||
(NullAction, NullObservation, RecallAction, RecallObservation),
|
||||
|
||||
Reference in New Issue
Block a user