mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
Planka not logging #493
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fcremer on GitHub (May 3, 2024).
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/logsand restarted the container. Unfortunately, Planka does not start logging.Steps to reproduce:
docker-compose.ymlto/app/logs:Expected behavior:
I expected to see logs being written to
planka.logwithin the mounted/app/logsdirectory.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/logsdirectory 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
@mylesagray commented on GitHub (Jun 11, 2024):
Seeing the same, log volume mapped or not - in production or development mode there are no logs to volume or stdout.
@ipod86 commented on GitHub (Aug 15, 2024):
Same here
@vitobotta commented on GitHub (Aug 31, 2024):
Just came to say the same. There is no information in the log file at all for me.
@ipod86 commented on GitHub (Aug 31, 2024):
Maybe something from here will help
https://github.com/plankanban/planka/issues/850
@fcremer commented on GitHub (Sep 8, 2024):
Changing permission on the folder fixed it. Thanks you!