Java – output Jersey record to file?
•
Java
We have added these to our web In XML:
<init-param> <param-name>com.sun.jersey.spi.container.ContainerRequestFilters</param-name> <param-value>com.sun.jersey.api.container.filter.LoggingFilter</param-value> </init-param> <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>
Which debug in my development environment is good, but I can't see any examples of files that are recorded on the test server. I only see that the default value is system Out... Not how to pass in anything
Good example! thank you
Solution
By default, loggingfilter logs to the JDK logger named its fully qualified class name (COM. Sun. Jersey. API. Container. Filter. Loggingfilter) You just need
>Configure JDK logging the usual way, > bridge it to your favorite logging framework, or > use whatever mechanism your application server may provide
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码