From ec106642c523817f53bb0cda06e86d940868276f Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Thu, 15 Sep 2016 08:20:46 +1000 Subject: [PATCH] Issue #4 Revert to default jetty logging deleted jetty-loggin.properties file --- .../resources/jetty-logging.properties | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 jetty9-base/src/main/jetty-base/resources/jetty-logging.properties diff --git a/jetty9-base/src/main/jetty-base/resources/jetty-logging.properties b/jetty9-base/src/main/jetty-base/resources/jetty-logging.properties deleted file mode 100644 index c60a99d4..00000000 --- a/jetty9-base/src/main/jetty-base/resources/jetty-logging.properties +++ /dev/null @@ -1,33 +0,0 @@ -# -# Copyright 2016 Google Inc. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -## 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 -