Skip to content

Commit

Permalink
use logger
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Aug 9, 2024
1 parent f2fa14e commit 62e8585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentops/partners/langchain_callback_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def on_chain_start(
action_type="chain",
)
except Exception as e:
print(e)
logger.warning(e)

Check warning on line 165 in agentops/partners/langchain_callback_handler.py

View check run for this annotation

Codecov / codecov/patch

agentops/partners/langchain_callback_handler.py#L164-L165

Added lines #L164 - L165 were not covered by tests

@debug_print_function_params
def on_chain_end(
Expand Down

0 comments on commit 62e8585

Please sign in to comment.