mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08:00
get trace
This commit is contained in:
parent
109cae0853
commit
16eef24818
@ -232,8 +232,8 @@ class SlackNewConversationView(SlackViewInterface):
|
||||
return self.conversation_id
|
||||
|
||||
except Exception as e:
|
||||
logger.warning(
|
||||
f'Error creating V1 conversation, falling back to V0: {e}'
|
||||
logger.error(
|
||||
f'Error creating V1 conversation, falling back to V0: {e}', exc_info=True
|
||||
)
|
||||
# Reset v1 flag since we're falling back to v0
|
||||
self.v1 = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user