Hi all,
I have a JAX-RS server webapp with LogginFilter enabled in the web.xml:
<init-param>
<param-name>com.sun.jersey.spi.container.ContainerResponseFilters</param-name>
<param-value>com.sun.jersey.api.container.filter.LoggingFilter</param-value>
</init-param>
I have one method that generates too much log information because of
the type of response ...
Is it possible to disable logging for an specific method?
Thanks in advance.
---
Regards,
====================================
Ricardo Borillo Domenech
http://xml-utils.com