I am trying to embed Jetty 6.1 in another program. Jetty is dumping INFO-log information and I need to turn it off. Is there a simple way to disable logging programmaticaly?
In Jetty Embedded you can try: org.mortbay.log.Log.setLog(null); Before call Server.