bootique/bootique-jersey-client

Client requests logger

andrus opened this issue · 0 comments

Jersey provides org.glassfish.jersey.filter.LoggingFilter. I guess we can create our own logging SLF delegate and if it is active at the "debug" level, install LoggingFilter with this delegate via HttpClientFactoryFactory.createConfig(..). This way log configuration will stay centralized under Logback, and no additional user-visible config is needed.