Hi I'm using the RestDSL in 2.14.1 and I want to enable access logs while using jetty.
I've configured the rest to point to jetty like this <restConfiguration component="jetty" port="8080" host="0.0.0.0"></restConfiguration> I would like to use Logback's TeeFilter servlet filter to do actual logging for me but I cannot seem to find out a way to register the filter against the JettyHttpComponent. The setFilters method on it is private. It seems to be only accessible when used in the uri like <bean uri="jetty:blah?filtersRef"/> There's no place to do this while using the RestDSL? Does anyone have any suggestions? Thanks.