Container logs

Container logs can be viewed in two locations.

  • The host system of the persistent volume that is mounted into the Container in the logs folder.

    Example: Location of log files

    If the Container was started with -v /home/admin/container-data:/container-persistence:rw, 
    the logs are visible in /home/admin/container-data/logs/.
  • In the Container, either /container-persistence/logs or /var/log.
Note: The content of all paths that are listed is identical.