Project

General

Profile

Download (750 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#
2
#
3
# If you are having problems with logging you may debug Log4J initialization,
4
# start the application with a system property log4j.configDebug set to "true".
5
# E.g.:
6
#
7
#     java -Dlog4j.configDebug=true
8
#
9

    
10
log4j.rootLogger=WARN, stdout
11

    
12

    
13
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
14
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
15
log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - %m%n
16

    
17
##
18
## NOTICE !!!!
19
## no need to configure a FileAppender here
20
## use eu.etaxonomy.cdm.remote.config.LoggingConfigurer instead
21
##
22

    
23
###
24
# cdm
25
###
26
log4j.logger.eu.etaxonomy.cdm = INFO
27
log4j.logger.eu.etaxonomy.taxeditor.remoting.source = INFO
28
log4j.logger.eu.etaxonomy.taxeditor.remoting.cache = INFO
(2-2/2)