diff --git a/pr_agent/agent/pr_agent.py b/pr_agent/agent/pr_agent.py index 53e05f035..2ea720775 100644 --- a/pr_agent/agent/pr_agent.py +++ b/pr_agent/agent/pr_agent.py @@ -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)