Add typed event logging and restructure server #11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "probablycorey/simple-logging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements a typed event logging system as a pub/sub architecture that replaces ad-hoc console.log calls throughout the codebase. The server is restructured from a single file into a directory with multiple modules. Adds a log viewer page with file browser, event filtering, and timezone-aware timestamps. Improves observability of webhook handling, Discord events, and error conditions.