⭐ New Feature: Unified Logs
Logs are merged with PocketBase logs and not a seperate console-only feature anymore.
- Added superuser-only
/logspage backed by PocketBase built-in logs. - Filter by level, text-search log level/message/data, sort, paginate, refresh.
- View structured data, relative source path, level, message, time, raw JSON.
- Toggle UpSnap-only logs using upsnap=true record attribute.
- Wake and shutdown logs identify manual or cron trigger.
- Ping status transitions and tracked IP changes now log events.
- Added
UPSNAP_LOG_LEVEL: DEBUG, INFO, WARN, ERROR, OFF.
Changelog
Features
- 7bbe114: feat: add /logs page, close #1756 (@seriousm4x)
Others
- 7045f74: cleanup css classes (@seriousm4x)
- b3c4b37: improve log filter and fonts (@seriousm4x)
- aee5c8c: improve logging, filter only upsnap logs (@seriousm4x)