Project

General

Profile

Download (748 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
log4j.rootLogger=INFO, stdout
10

    
11

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

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

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