Skip to content

Commit

Permalink
Updating outdated logging text
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG committed Jul 20, 2024
1 parent 6d2ce40 commit d9ea70a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion agentops/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,9 @@ def _flush_queue(self) -> None:
)

logger.debug("\n<AGENTOPS_DEBUG_OUTPUT>")
logger.debug(f"Session request to {self.config.endpoint}/events")
logger.debug(
f"Session request to {self.config.endpoint}/v2/create_events"
)
logger.debug(serialized_payload)
logger.debug("</AGENTOPS_DEBUG_OUTPUT>\n")

Expand Down

0 comments on commit d9ea70a

Please sign in to comment.