Blog Page 5/44
GraalVM and logs with Yupiik LogManager: JUL and bindings (SLF4J, …) by Romain Manni-Bucau, 2021-02-09
GraalVM native-image enables to convert a Java application to a native binary making it generally faster to start and using less memory. However, it still hits a common issue: logging framework handling. Let see how to solve it.