Jetty Version
Jetty Maven Plugin version 11.0.24 12.0.19
Jetty Environment
Java Version
17
Question
Using logback classic: logs written in the application work as expected
but Jetty's own logs are still using JUL as evidenced by the level WARNING instead of the SLF4J level WARN.
Formatting as in logback.xml is ignored.
No such issue occurs when using embedded Jetty started in main().
Jetty Version
Jetty Maven Plugin version
11.0.2412.0.19Jetty Environment
Java Version
17
Question
Using logback classic: logs written in the application work as expected
but Jetty's own logs are still using JUL as evidenced by the level WARNING instead of the SLF4J level WARN.
Formatting as in logback.xml is ignored.
No such issue occurs when using embedded Jetty started in main().