mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Logging #669
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 @AdolfMuffin on GitHub (Mar 13, 2025).
Is this a feature for the backend or frontend?
Backend
What would you like?
Hi, can you please add ability of logging? At the moment, as I found out, planka does not output logs at all.
Thanks in advance.
Why is this needed?
Logging is pretty basic feature, and it is a lot easier to maintain and monitor application, that provides any logs, not only fatal errors)
Other information
No response
@DustRaven commented on GitHub (Mar 15, 2025):
There is a dedicated section on this in the documentation:
https://docs.planka.cloud/docs/Configuration/Logging
@Morriz commented on GitHub (Apr 22, 2025):
That section just mentions to chown to 1000:1000, which does nothing. A container restart still shows nothing even though the folder and logfile are both owned by 1000:1000.
@Morriz commented on GitHub (Apr 22, 2025):
There should be output to both console (stdout+stderr) as well as file (see
2c84390b8c/server/utils/logger.js (L29)).But I see a hardcoded logLevel set to warn (#1098) which might not show much.
@klml commented on GitHub (Oct 20, 2025):
https://docs.planka.cloud/docs/Configuration/Logging is 404
https://docs.planka.cloud/docs/configuration/logging/ works