Skip to content

BUGFIX: Support running on filesystem root

Compare
Choose a tag to compare
@jhannes jhannes released this 22 Jan 10:39
· 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