blob: cab99b7611a6da338e66e14e306c97fcbefa4a44 [file] [log] [blame]
kurczews80166602018-10-12 08:57:35 +02001# Licensed to the Apache Software Foundation (ASF) under one or more
2# contributor license agreements. See the NOTICE file distributed with
3# this work for additional information regarding copyright ownership.
4# The ASF licenses this file to You under the Apache License, Version 2.0
5# (the "License"); you may not use this file except in compliance with
6# the License. You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16handlers = 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
17
18.handlers = 1catalina.org.apache.juli.AsyncFileHandler, java.util.logging.ConsoleHandler
19
20############################################################
21# Handler specific properties.
22# Describes specific configuration info for Handlers.
23############################################################
24
251catalina.org.apache.juli.AsyncFileHandler.level = FINE
261catalina.org.apache.juli.AsyncFileHandler.directory = ${catalina.base}/logs
271catalina.org.apache.juli.AsyncFileHandler.prefix = catalina.
28
292localhost.org.apache.juli.AsyncFileHandler.level = FINE
302localhost.org.apache.juli.AsyncFileHandler.directory = ${catalina.base}/logs
312localhost.org.apache.juli.AsyncFileHandler.prefix = localhost.
32
333manager.org.apache.juli.AsyncFileHandler.level = FINE
343manager.org.apache.juli.AsyncFileHandler.directory = ${catalina.base}/logs
353manager.org.apache.juli.AsyncFileHandler.prefix = manager.
36
374host-manager.org.apache.juli.AsyncFileHandler.level = FINE
384host-manager.org.apache.juli.AsyncFileHandler.directory = ${catalina.base}/logs
394host-manager.org.apache.juli.AsyncFileHandler.prefix = host-manager.
40
41java.util.logging.ConsoleHandler.level = FINE
42java.util.logging.ConsoleHandler.formatter = org.apache.juli.OneLineFormatter
43
44
45############################################################
46# Facility specific properties.
47# Provides extra control for each logger.
48############################################################
49
50org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = INFO
51org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers = 2localhost.org.apache.juli.AsyncFileHandler
52
53org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].level = INFO
54org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].handlers = 3manager.org.apache.juli.AsyncFileHandler
55
56org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].level = INFO
57org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].handlers = 4host-manager.org.apache.juli.AsyncFileHandler
58
59# For example, set the org.apache.catalina.util.LifecycleBase logger to log
60# each component that extends LifecycleBase changing state:
61#org.apache.catalina.util.LifecycleBase.level = FINE
62
63# To see debug messages in TldLocationsCache, uncomment the following line:
64#org.apache.jasper.compiler.TldLocationsCache.level = FINE
65
66# Log less important stuff to file only
67org.apache.catalina.core.handlers = 1catalina.org.apache.juli.AsyncFileHandler
68org.apache.catalina.startup.HostConfig.handlers = 1catalina.org.apache.juli.AsyncFileHandler
69org.apache.coyote.handlers = 1catalina.org.apache.juli.AsyncFileHandler
70org.apache.catalina.startup.VersionLoggerListener.handlers = 1catalina.org.apache.juli.AsyncFileHandler
71org.apache.jasper.servlet.TldScanner.handlers = 1catalina.org.apache.juli.AsyncFileHandler