Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Where are the logs?

darkalfx edited this page Mar 21, 2020 · 4 revisions

Table of Contents:

Unraid

If you click on the container and you look to the far right, theres a log button, this should allow you to view the logs.

Docker

To view the logs in docker, run the following command

docker logs containername

Linux/Windows/macOS

The logs are shown in the output of the process, to view them you will have to check the output (probably the console output) of the process.