Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Feb 15, 2025
1 parent 6e6d491 commit 7d1a9c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/onyx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ def log_http_error(request: Request, exc: Exception) -> JSONResponse:
logger.debug(f"404 error for /metrics endpoint: {str(exc)}")

elif status_code >= 400:
print("FORMATTING ERROR")
error_msg = f"{str(exc)}\n"
error_msg += "".join(traceback.format_tb(exc.__traceback__))
logger.error(error_msg)
Expand Down

0 comments on commit 7d1a9c2

Please sign in to comment.