Jetty access.log not filling after moving from 12.0.18 to 12.0.23

Youssef GHORBAL youssef.ghorbal at pasteur.fr
Thu Jul 10 21:51:28 UTC 2025



> On 10 Jul 2025, at 23:15, Cantor, Scott via users <users at shibboleth.net> wrote:
> 
>> The logback jar used by the idp is version 1.5.6, but the one being
>> used by jetty itself is 1.5.3...
> 
> That's what matters. I think the way they manage that is not great, but they build the classpath by "hand" constructing it based on explicit jar names and so the version of logback is what they think it is or it just doesn't end up on the classpath.
> 
> Overriding that requires that a property be set.

You were all right, I've just found that --add-module=logging-logback was run outside ${jetty.base} so  ${jetty.base}/lib/logging was only populated with "old" logback jars
Removing those and rerun --add-module=logging-logback in ${jetty.base} make it work again (as expected)
Thank you for your help on this one!

Youssef


More information about the users mailing list