comparison src/main/java/log4j.properties @ 10:a50cf11e5178

Rewrite LGDataverse completely upgrading to dataverse4.0
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 08 Sep 2015 17:00:21 +0200
parents
children
comparison
equal deleted inserted replaced
9:5926d6419569 10:a50cf11e5178
1 log4j.rootLogger=FATAL, stderr
2
3 # Base of all Jena classes
4 log4j.logger.org.atmosphere=FATAL
5
6 # Example of switching on debug level logging for part of tree
7 # log4j.logger.com.hp.hpl.jena.graph.test=debug
8 # log4j.logger.com.hp.hpl.jena.reasoner=debug
9 # log4j.logger.com.hp.hpl.jena.reasoner.test=debug
10
11 # Log format to standard out
12 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
13 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
14 # Pattern to output the caller's file name and line number.
15 log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
16
17 # Log format to standard error
18 log4j.appender.stderr=org.apache.log4j.ConsoleAppender
19 log4j.appender.stderr.target=System.err
20 log4j.appender.stderr.layout=org.apache.log4j.PatternLayout
21 # Pattern to output the caller's file name and line number.
22 log4j.appender.stderr.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
23