Is your feature request related to a problem? Please describe.
AWS has Powertools for observability, its logging lib is currently blocked for Spring Native as it uses Log4J2 which is not playing nice with GraalVM. More can be found in this issue
Additional context
Consideration
- Logback seems to be faster than Log4j2 due to static initialization in Log4j2. Make sure to compare start-up time.
Is your feature request related to a problem? Please describe.
AWS has Powertools for observability, its logging lib is currently blocked for Spring Native as it uses Log4J2 which is not playing nice with GraalVM. More can be found in this issue
Additional context
Consideration