Skip to content

Commit

Permalink
Add info about logs on FreeBSD (#156)
Browse files Browse the repository at this point in the history
One liner to docks about where to find logs on FreeBSD.
  • Loading branch information
TheHolm committed Apr 10, 2024
1 parent fc4b973 commit b9efdfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/Faq/_index.md
Expand Up @@ -64,6 +64,8 @@ Some examples bellow:

- **Docker**: you can use `docker logs` or `docker-compose logs` to retrieve/follow the logs.

- **FreeBSD** by default logs are writen to `/var/log/debug.log`

- **Windows**: depending on what you used to install Navidrome as a service, the logs will be in different locations by default:
- if you used [Shawl](https://github.com/mtkennerly/shawl), just check the `shawl_for_navidrome_*.log` files created in the same location as the Shawl executable.
- if you used [NSSM](http://nssm.cc/), the location of the logs are specified by the `AppStdout` attribute.
Expand Down

0 comments on commit b9efdfa

Please sign in to comment.