cicdguy opened a new issue, #6265: URL: https://github.com/apache/incubator-devlake/issues/6265
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened `LOGGING_DIR` is not writable on the apache/devlake Docker images. This results in an unhandled exception and crash of the lake container when logs aren't able to write to the devlake.log file on `/app/logs`. ### What do you expect to happen App should not crash if logs are unwritable. ### How to reproduce Run it on a k8s cluster where the default user is _not_ root and the `seucrityContext` has non-root settings. ### Anything else Override of `LOGGING_DIR` works, but it's a hacky workaround to overcome a simple solution (which is a directory permissions fix). ### Version v0.18.0 ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
