Skip to content

Commit d9039b0

Browse files
committed
update files
1 parent ebfb656 commit d9039b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

agent/agents.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ def run(
8686
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
8787
)
8888

89-
# Log the message
90-
logging.info(f"Message Sent: {message} \n\n")
91-
9289
# Redirect print statements to the log file
9390
sys.stdout = open(log_file, "a")
9491
sys.stderr = open(log_file, "a")
9592

93+
# Log the message
94+
logging.info(f"Message Sent: {message} \n\n")
95+
9696
# Configure httpx and backoff logging
9797
handle_logging("httpx", log_file)
9898
handle_logging("backoff", log_file)

0 commit comments

Comments
 (0)