Example: Logging with Java's java.util.logging This page describes how to configure Jetty for logging with Java's The Required JARs You need to download two JARs, which you can do by clicking the following links: java.util.logging Configuring Server Classpath For the Server to use these new JARs you need to put them in place and tell Jetty to load them on each startup. Create a ${jetty.home}/lib/logging/ directory and place the two JAR files you downloaded there. [jetty-distribution-9.2.0-SNAPSHOT]$ ls -l lib/logging/ total 40 -rw-rw-r-- 1 jetty jetty 26176 Mar 11 16:38 slf4j-api-1.6.6.
Read full article from Example: Logging with Java's java.util.logging
No comments:
Post a Comment