Problemunvalidated

Jetty 12.0.22, and now Jetty uses slf4j. — With Jetty 9.x I was able to have separated logging config for my webapp and Jetty. Tension: My app used to use `logback-classic` through `slf4j`, but it is now forced to use the same slf4j implementation that Jetty uses. Outcome: How to make logging config in both environments independent from the other one?

d48b8f5a-370a-49a7-963b-79f38f8204b0

Jetty 12.0.22, and now Jetty uses slf4j. — With Jetty 9.x I was able to have separated logging config for my webapp and Jetty. Tension: My app used to use logback-classic through slf4j, but it is now forced to use the same slf4j implementation that Jetty uses. Outcome: How to make logging config in both environments independent from the other one?