#571 [MEDIUM] Inconsistent error logging - some use exception() some use error()
Description
EditError 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 AllLoading audit history...