Skip to content

Commit

Permalink
additional logging statement fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siyangqiu committed May 17, 2024
1 parent 1b7ad85 commit 2a47915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentops/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _check_for_partner_frameworks(self, instrument_llm_calls, auto_start_session
pass
except Exception as e:
logger.warning(
"🖇️ AgentOps: Failed to set up autogen logger with AgentOps. Error: " + e)
"Failed to set up autogen logger with AgentOps. Error: " + e)

return partner_frameworks[framework]

Expand Down

0 comments on commit 2a47915

Please sign in to comment.