<div dir="ltr">Hi everyone,<div><br></div><div>I'm running a jetty (version 9.4.8.v20171121) web application using logback. If worth while I'm using the following logging mods[1][2]. I'm attempting to just change the log levels of various packages to WARN or ERROR but I'm still seeing INFO level messages.</div><div><br></div><div>Here is my logback config (<a href="https://gist.github.com/bbaugher/925bfb154384bd35802dadc63196f3e1">https://gist.github.com/bbaugher/925bfb154384bd35802dadc63196f3e1</a>) and I've even added (-Dlogback.debug=true) to print out more info. I see the following in my logs (<a href="https://gist.github.com/bbaugher/60c19c86f91a9ca7c506c7420cca49e1">https://gist.github.com/bbaugher/60c19c86f91a9ca7c506c7420cca49e1</a>) which seems to show my config being picked up but I'm still seeing INFO level logs for packages that are set to WARN or ERROR. </div><div><br></div><div>Any ideas or help would be greatly appreciated.</div><div><br></div><div>[1] - <span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre"><a href="https://raw.githubusercontent.com/jetty-project/logging-modules/master/capture-all/logging.mod">https://raw.githubusercontent.com/jetty-project/logging-modules/master/capture-all/logging.mod</a></span></div><div><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre">[2] - </span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre"><a href="https://raw.githubusercontent.com/jetty-project/logging-modules/master/centralized/webapp-logging.mod">https://raw.githubusercontent.com/jetty-project/logging-modules/master/centralized/webapp-logging.mod</a> </span></div></div>