Skip to content

Commit

Permalink
log verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Dec 25, 2024
1 parent 5e1b049 commit 83e68f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/agent/pr_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def handle_request(self, pr_url, request, notify=None) -> bool:

action = action.lstrip("/").lower()
if action not in command2class:
get_logger().debug(f"Unknown command: {action}")
get_logger().error(f"Unknown command: {action}")
return False
with get_logger().contextualize(command=action, pr_url=pr_url):
get_logger().info("PR-Agent request handler started", analytics=True)
Expand Down

0 comments on commit 83e68f1

Please sign in to comment.