source: raptor-ua/trunk/src/main/resources/log4j.properties @ 457

Revision 457, 1.2 KB checked in by philsmart, 2 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1#
2# Copyright (C) 2010 Cardiff University, Wales <smartp@cf.ac.uk>
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# 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#
16log4j.rootCategory=DEBUG
17#log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
18#log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
19#log4j.appender.CONSOLE.layout.ConversionPattern=[%d{ABSOLUTE} %-5p %c{1}]: %m%n
20#log4j.logger.com.logicsector=DEBUG
21
22log4j.category.uk=DEBUG, stdout
23#log4j.category.org.springframework=DEBUG,stdout
24
25#### First appender writes to console
26log4j.appender.stdout=org.apache.log4j.ConsoleAppender
27log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
28
29# Pattern to output the caller's file name and line number.
30log4j.appender.stdout.layout.ConversionPattern=%5p %d  (%C:%L) ---> %m%n
Note: See TracBrowser for help on using the repository browser.