You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli(fix[error-handling]): Use logging.exception for better error reporting
why: Follow best practices for exception logging and provide better debugging info
what:
- Replace log.error with log.exception in exception handlers
- Maintain existing debug traceback functionality
- Apply to both add.py and add_from_fs.py modules
0 commit comments