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
refactor(logs): improve log parsing and message formatting in LogFile model
- Replace absolute paths with relative paths in log messages using base_path()
- Simplify stacktrace processing logic by removing unnecessary conditionals
- Set errorLineNumber immediately when log entry is created instead of complex detection
- Remove redundant '[stacktrace]' line detection and pattern matching checks
0 commit comments