Logging #669

Open
opened 2026-02-04 20:46:17 +03:00 by OVERLORD · 4 comments
Owner

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

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_
Author
Owner

@DustRaven commented on GitHub (Mar 15, 2025):

There is a dedicated section on this in the documentation:

https://docs.planka.cloud/docs/Configuration/Logging

@DustRaven commented on GitHub (Mar 15, 2025): There is a dedicated section on this in the documentation: https://docs.planka.cloud/docs/Configuration/Logging
Author
Owner

@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): 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.
Author
Owner

@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.

@Morriz commented on GitHub (Apr 22, 2025): There should be output to both console (stdout+stderr) as well as file (see https://github.com/plankanban/planka/blob/2c84390b8c9628a1e2213dd31b97dc951723a6d4/server/utils/logger.js#L29). But I see a hardcoded logLevel set to warn (#1098) which might not show much.
Author
Owner
@klml commented on GitHub (Oct 20, 2025): https://docs.planka.cloud/docs/Configuration/Logging is 404 https://docs.planka.cloud/docs/configuration/logging/ works
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#669