Logs & Debugging
Log Locations
Docker
docker logs norriOr for continuous output:
docker logs -f norriDesktop App
Logs are stored in:
- macOS:
~/Library/Logs/Norri/ - Windows:
%APPDATA%\Norri\logs\ - Linux:
~/.local/share/norri/logs/
Log Levels
- INFO — Normal operations
- WARN — Potential issues
- ERROR — Something failed
Common Error Messages
This section will be expanded with common errors and their meanings.