Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Jan 13, 2025
1 parent 25ca281 commit 334255f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import requests

from openhands.core import logger
from openhands.core.config import AppConfig
from openhands.core.exceptions import (
AgentRuntimeTimeoutError,
Expand Down Expand Up @@ -93,6 +94,7 @@ def _send_action_server_request(
Raises:
AgentRuntimeError: If the request fails
"""
logger.openhands_logger.debug(f'Sending request: {method} {url} {kwargs}')
return send_request(self.session, method, url, **kwargs)

def check_if_alive(self) -> None:
Expand Down

0 comments on commit 334255f

Please sign in to comment.