Skip to content

Commit e04f876

Browse files
Migrate to modern logger interface in server utils (#8965)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 78d707d commit e04f876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openhands/server/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async def get_conversation(
2626
conversation_id, user_id
2727
)
2828
if not conversation:
29-
logger.warn(
29+
logger.warning(
3030
f'get_conversation: conversation {conversation_id} not found, attach_to_conversation returned None',
3131
extra={'session_id': conversation_id, 'user_id': user_id},
3232
)

0 commit comments

Comments
 (0)