Skip to content

Fix: multi-line error log entries - #462

Merged
ibraheem-abe merged 3 commits into
stagingfrom
fix/single-line-error-logs
Jul 30, 2026
Merged

Fix: multi-line error log entries#462
ibraheem-abe merged 3 commits into
stagingfrom
fix/single-line-error-logs

Conversation

@clementblaise

Copy link
Copy Markdown
Collaborator

Changes

  • Remove indent=2 from model_dump_json() calls so the JSON error payload stays on one line.
  • Merge separate traceback.format_exc() log calls into exc_info=True on the preceding error call.
  • Consolidate http_utils multi-call HTTP error logging into one line.

Remove indent=2 from model_dump_json() calls so the JSON error payload stays on one line. Merge separate traceback.format_exc() log calls into exc_info=True on the preceding error call. Consolidate http_utils multi-call HTTP error logging into one line.

@jmnmv12 jmnmv12 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@ibraheem-abe
ibraheem-abe merged commit 73433d5 into staging Jul 30, 2026
5 checks passed
@ibraheem-abe
ibraheem-abe deleted the fix/single-line-error-logs branch July 30, 2026 19:35
@ibraheem-abe ibraheem-abe mentioned this pull request Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants