Skip to content

Commit 7002a9b

Browse files
committed
Logging
1 parent e4ee2c8 commit 7002a9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/providers/test_openrouter.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,10 @@ def main():
410410

411411
footer = f"\n{'=' * 60}\nTest completed\n{'=' * 60}\n"
412412
logger.print(footer)
413-
logger.print(f"Test log: {test_log_file}")
414-
logger.print(f"Sample log: {sample_log_file}")
415-
logger.print(f"Verify log: {verify_log_file}")
413+
logger.print_info(f"Debug logs written to:")
414+
logger.print_info(f"- Test log: {test_log_file}")
415+
logger.print_info(f"- Sample log: {sample_log_file}")
416+
logger.print_info(f"- Verify log: {verify_log_file}")
416417

417418

418419
if __name__ == "__main__":

0 commit comments

Comments
 (0)