mattermost/server/channels/wsapi
Ben Schumacher 36b00d9bb6
[MM-64485] Remove separate notification log file (#33473)
- Remove NotificationLogSettings configuration entirely
- Add new notification-specific log levels (NotificationError, NotificationWarn, NotificationInfo, NotificationDebug, NotificationTrace)
- Consolidate all notification logs into standard mattermost.log file
- Update all notification logging code to use new multi-level logging (MlvlNotification*)
- Remove notification logger infrastructure and support packet integration
- Update test configurations and remove deprecated functionality tests
- Add comprehensive tests for new notification log levels

This change simplifies log analysis by unifying all application logging while maintaining flexibility through Advanced Logging configuration for administrators who need separate notification logs.

🤖 Generated with [Claude Code](https://claude.ai/code)
---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-08-20 10:17:45 +02:00
..
api.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
status.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
system.go [MM-64485] Remove separate notification log file (#33473) 2025-08-20 10:17:45 +02:00
user.go [GH-21565]-Add the request context and logger to all public methods in server/channels/app/audit.go (#25368) 2023-11-14 13:34:47 +01:00
websocket_handler.go [MM-63693] Don't log PING websocket events (#30669) 2025-04-10 16:24:23 -04:00