Skip to content

Commit

Permalink
Issue GoogleCloudPlatform#4 Revert to default jetty logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gregw committed Sep 14, 2016
1 parent 363ddf6 commit 5696164
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions jetty9-base/src/main/jetty-base/resources/jetty-logging.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
# limitations under the License.
#

# Direct Jetty logging to JavaUtilLog
# see etc/java-util-logging.properties
org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog
## Uncomment to Direct Jetty logging to JavaUtilLog
# org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog


### Configure jetty root logger level for the default StdErrLog class.
## Levels are OFF, DEBUG, INFO, WARN, ALL
org.eclipse.jetty.LEVEL=INFO

## If SOURCE is true, the filename and line number of the logging event origin are logged
org.eclipse.jetty.SOURCE=false

## If STACKS is true, full stack traces for exceptions are logged
org.eclipse.jetty.STACKS=true

## If LONG is true, fully qualified package names are used rather than abbreviations
org.eclipse.jetty.LONG=false

0 comments on commit 5696164

Please sign in to comment.