Files
VoCat/internal/server
MengMengCode 688e1e8311 feat(logging): implement log retention policy with hard limit and exclusion filters
- Added MaxLogEvents constant to enforce a hard limit on stored log events.
- Updated AppendLogEvent to discard older logs when the limit is exceeded.
- Enhanced ListLogEvents to support filtering by log level and excluding specific messages.
- Introduced ClearLogEvents method to permanently remove logs and prevent re-queuing of cleared entries.
- Modified LogRetentionCard component to reflect the new log retention settings and limits.
- Added logging categories for better organization and filtering in the UI.
- Implemented sanitization for sensitive information in logs.
- Added tests for log event limits and clearing functionality.
2026-08-21 01:01:41 +08:00
..
2026-08-09 05:33:21 +08:00
2026-08-19 21:47:26 +08:00
2026-08-11 00:22:54 +08:00
2026-08-20 15:13:19 +08:00
2026-08-19 21:47:58 +08:00
2026-08-20 15:13:19 +08:00
2026-08-09 05:33:21 +08:00
2026-08-09 05:33:21 +08:00
2026-08-09 05:33:21 +08:00
2026-08-16 13:33:55 +08:00
2026-08-09 05:33:21 +08:00
2026-08-20 15:13:19 +08:00
2026-08-19 21:41:54 +08:00
2026-08-20 15:13:19 +08:00
2026-08-20 15:13:19 +08:00
2026-08-19 21:47:58 +08:00