Closed fcremer closed 1 month ago
Seeing the same, log volume mapped or not - in production or development mode there are no logs to volume or stdout.
Same here
Just came to say the same. There is no information in the log file at all for me.
Maybe something from here will help
Changing permission on the folder fixed it. Thanks you!
Hello,
I am currently hosting Planka using Docker and have configured it with a docker-compose.yml file. I attempted to enable logging by adding a writable volume mapped to
/app/logs
and restarted the container. Unfortunately, Planka does not start logging.Steps to reproduce:
docker-compose.yml
to/app/logs
:Expected behavior: I expected to see logs being written to
planka.log
within the mounted/app/logs
directory.Actual behavior: No logs are being written to
planka.log
. The volume is mounted successfully and is writable, as verified by connecting to the container.Environment:
Additional context:
/app/logs
directory and confirmed it is writable.Could you provide any guidance on how to further investigate this issue or if there are additional configurations I might be missing?
Best regards, Fabian