BUGFIX: Support running on filesystem root
·
77 commits
to main
since this release
Logevents tries to calculate the application name from the current working directory. However, when executed from filesystem root ("/"), this results in a NullPointerException. This is for example the case when running in a container created from jib-maven-plugin