Skip to content

Logs & Debugging

Log Locations

Docker

Terminal window
docker logs norri

Or for continuous output:

Terminal window
docker logs -f norri

Desktop 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.