#571 [MEDIUM] Inconsistent error logging - some use exception() some use error()

closed medium Created 2025-12-17 16:32 · Updated 2026-01-02 06:26

Description

Edit
Error logging is inconsistent across API endpoints. Some use logger.exception() which includes stack trace, others use logger.error() without full context. Fix: Standardize to logger.exception() for all caught exceptions.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...