Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Works for Me
-
None
-
None
-
None
Description
Current way and problem:
Currently we do not collect any stdout/stderr applications logs in an easily accessible way. This leads to the problem, that once users encounter a problem they have to manually execute docker logs commands for each of the potential services.
Idea: central local host volume for logs
- Accessible local directory on local host that is created on startup and mounted as a local Docker host volume (./logs) from all containers to store their logs incl. log rotation, e.g. ./logs/<container_name>/