Project

General

Profile

1
#
2
# Licensed to the Apache Software Foundation (ASF) under one
3
# or more contributor license agreements.  See the NOTICE file
4
# distributed with this work for additional information
5
# regarding copyright ownership.  The ASF licenses this file
6
# to you under the Apache License, Version 2.0 (the
7
# "License"); you may not use this file except in compliance
8
# with the License.  You may obtain a copy of the License at
9
# 
10
#      http://www.apache.org/licenses/LICENSE-2.0
11
# 
12
# Unless required by applicable law or agreed to in writing, software
13
# distributed under the License is distributed on an "AS IS" BASIS,
14
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
# See the License for the specific language governing permissions and
16
# limitations under the License.
17
#
18

    
19
#    http://www.apache.org/licenses/LICENSE-2.0
20
#
21
# Unless required by applicable law or agreed to in writing, software
22
# distributed under the License is distributed on an "AS IS" BASIS,
23
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24
# See the License for the specific language governing permissions and
25
# limitations under the License. See accompanying LICENSE file.
26

    
27
#
28

    
29
log4j.appender.oozie=org.apache.log4j.ConsoleAppender
30
log4j.appender.oozie.Target=System.out
31
log4j.appender.oozie.layout=org.apache.log4j.PatternLayout
32
log4j.appender.oozie.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n
33

    
34
log4j.appender.null=org.apache.log4j.varia.NullAppender
35

    
36
log4j.logger.org.apache=INFO, oozie
37
log4j.logger.org.mortbay=WARN, oozie
38
log4j.logger.org.hsqldb=WARN, oozie
39

    
40
log4j.logger.opslog=NONE, null
41
log4j.logger.applog=NONE, null
42
log4j.logger.instrument=NONE, null
43

    
44
log4j.logger.a=NONE, null
45

    
(7-7/8)