In my case I am still facing the Issues. I am using Jetty Server. org.eclipse.jetty.http_9.4.48.v20220622.jar org.eclipse.jetty.io_9.4.48.v20220622.jar org.eclipse.jetty.security_9.4.48.v20220622.jar org.eclipse.jetty.server_9.4.48.v20220622.jar org.eclipse.jetty.servlet_9.4.48.v20220622.jar After implementing logabck 1.3.0 When I trying to run "service myScript start" .... then Jetty is not able to load logabck.xml file automatically. And If I am using logback old version (1.2.11+SLFFJ 1.7.36+jetty 9.4.48.v20220622 ).. then It worked successfully and loaded the logabck.xml file automatically. |