You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
planka.log is created but remains empty regardless of if it is mounted to the host or internal to the container, suspect the lack of logs is somehow tied to OIDC being enabled as I was getting some logs via docker logs command prior to enabling it, since enabling that docker logs returns nothing and planka.log is empty
Desired behaviour
planka.log should contain logs
Steps to reproduce
Stand up planka on docker swarm with the following compose (note sensitive bits obviously redacted)
in both cases the issue was resolved via chowning the log folder, I have attempted to mount to a directory and ensured it was owned by 1000:1000 with no change. The planka.log file is being created so it has access but the file remains empty.
The text was updated successfully, but these errors were encountered:
Same for me with docker compose. Can see docker logs and docker compose logs for planka database but no output for planka webservice. the logfile in the container exists but remains empty.
Where is the problem occurring?
Docker Swarm deployment
What browsers are you seeing the problem on?
N/A
Current behaviour
planka.log is created but remains empty regardless of if it is mounted to the host or internal to the container, suspect the lack of logs is somehow tied to OIDC being enabled as I was getting some logs via docker logs command prior to enabling it, since enabling that docker logs returns nothing and planka.log is empty
Desired behaviour
planka.log should contain logs
Steps to reproduce
Stand up planka on docker swarm with the following compose (note sensitive bits obviously redacted)
Other information
I have seen #738 and #850
in both cases the issue was resolved via chowning the log folder, I have attempted to mount to a directory and ensured it was owned by 1000:1000 with no change. The planka.log file is being created so it has access but the file remains empty.
The text was updated successfully, but these errors were encountered: