Logaback version 1.3.0 uses Javax-Servlet version 4.0.1.
In the same application, I am using Jetty 9.4.50, which uses javax-servlet 3.1.0.
When I load logback.xml locally, my application works successfully.
If I start the application through the Jetty server, no logs are generated
( logback.xml file cannot be loaded by the Jetty server).
According to my understanding, Logback and Jetty have the same Javax-servlet version
Could you please tell me why my logs are not generated?