]> git.somenet.org - pub/jan/aic18.git/blob - camunda-overlay/logging.properties
more config stuff
[pub/jan/aic18.git] / camunda-overlay / logging.properties
1 # 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
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
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
25 1catalina.org.apache.juli.AsyncFileHandler.level = FINE
26 1catalina.org.apache.juli.AsyncFileHandler.directory = ${catalina.base}/logs
27 1catalina.org.apache.juli.AsyncFileHandler.prefix = catalina.
28 1catalina.org.apache.juli.AsyncFileHandler.maxDays = 90
29
30 2localhost.org.apache.juli.AsyncFileHandler.level = FINE
31 2localhost.org.apache.juli.AsyncFileHandler.directory = ${catalina.base}/logs
32 2localhost.org.apache.juli.AsyncFileHandler.prefix = localhost.
33 2localhost.org.apache.juli.AsyncFileHandler.maxDays = 90
34
35 3manager.org.apache.juli.AsyncFileHandler.level = FINE
36 3manager.org.apache.juli.AsyncFileHandler.directory = ${catalina.base}/logs
37 3manager.org.apache.juli.AsyncFileHandler.prefix = manager.
38 3manager.org.apache.juli.AsyncFileHandler.maxDays = 90
39
40 4host-manager.org.apache.juli.AsyncFileHandler.level = FINE
41 4host-manager.org.apache.juli.AsyncFileHandler.directory = ${catalina.base}/logs
42 4host-manager.org.apache.juli.AsyncFileHandler.prefix = host-manager.
43 4host-manager.org.apache.juli.AsyncFileHandler.maxDays = 90
44
45 java.util.logging.ConsoleHandler.level = FINE
46 java.util.logging.ConsoleHandler.formatter = org.apache.juli.OneLineFormatter
47
48
49 ############################################################
50 # Facility specific properties.
51 # Provides extra control for each logger.
52 ############################################################
53
54 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = INFO
55 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers = 2localhost.org.apache.juli.AsyncFileHandler
56
57 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].level = INFO
58 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].handlers = 3manager.org.apache.juli.AsyncFileHandler
59
60 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].level = INFO
61 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].handlers = 4host-manager.org.apache.juli.AsyncFileHandler
62
63 # For example, set the org.apache.catalina.util.LifecycleBase logger to log
64 # each component that extends LifecycleBase changing state:
65 #org.apache.catalina.util.LifecycleBase.level = FINE
66
67 # To see debug messages in TldLocationsCache, uncomment the following line:
68 #org.apache.jasper.compiler.TldLocationsCache.level = FINE
69
70 # To see debug messages for HTTP/2 handling, uncomment the following line:
71 #org.apache.coyote.http2.level = FINE
72
73 # To see debug messages for WebSocket handling, uncomment the following line:
74 #org.apache.tomcat.websocket.level = FINE
75
76 org.apache.catalina.filters.CorsFilter.level = ALL