annotate tomcat/logging.properties @ 243:eaf69b3784f9 hotfix/v2.0.1

flow: Created branch 'hotfix/v2.0.1'.
author smith@nwoca.org
date Thu, 11 Jan 2018 18:26:24 +0000
parents 120fc16ea511
children
rev   line source
92
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
1 # Licensed to the Apache Software Foundation (ASF) under one or more
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
2 # contributor license agreements. See the NOTICE file distributed with
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
3 # this work for additional information regarding copyright ownership.
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
4 # The ASF licenses this file to You under the Apache License, Version 2.0
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
5 # (the "License"); you may not use this file except in compliance with
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
6 # the License. You may obtain a copy of the License at
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
7 #
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
8 # http://www.apache.org/licenses/LICENSE-2.0
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
9 #
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
10 # Unless required by applicable law or agreed to in writing, software
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
11 # distributed under the License is distributed on an "AS IS" BASIS,
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
13 # See the License for the specific language governing permissions and
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
14 # limitations under the License.
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
15
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
16 handlers = 1catalina.org.apache.juli.AsyncFileHandler, 2localhost.org.apache.juli.AsyncFileHandler, 3manager.org.apache.juli.AsyncFileHandler, 4host-manager.org.apache.juli.AsyncFileHandler, java.util.logging.ConsoleHandler
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
17
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.
smith@nwoca.org
parents:
diff changeset
18 .handlers = 1catalina.org.apache.juli.AsyncFileHandler, java.util.logging.ConsoleHandler
120fc16ea511 USASR-2388: update tomcat. customize logging. disable autodepoy.