Project

General

Profile

« Previous | Next » 

Revision 71b6388f

Added by Andreas Kohlbecker over 9 years ago

reducing log level

View differences:

src/main/resources/log4j.properties
1 1
#
2 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". 
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 5
# E.g.:
6 6
#
7 7
#     java -Dlog4j.configDebug=true
......
20 20
## this is done in Bootloader.class for you
21 21
##
22 22

  
23
log4j.logger.eu.etaxonomy.cdm.server = DEBUG
23
log4j.logger.eu.etaxonomy.cdm.server = INFO
24 24

  
25 25
###
26 26
# cdm
......
41 41

  
42 42
###
43 43
# springframework
44
### 
44
###
45 45
log4j.logger.org.springframework = WARN
46 46
log4j.logger.org.springframework.web.servlet.DispatcherServlet = WARN
47 47
log4j.logger.org.springframework.web.servlet.mvc.annotation = WARN
......
50 50

  
51 51
###
52 52
# json-lib
53
### 
53
###
54 54
log4j.logger.net.sf.json.JSONObject = ERROR
55 55

  
56 56
###
......
70 70

  
71 71
###
72 72
# jetty
73
### 
73
###
74 74
# !!! jetty currently does not work with log4j
75 75
#     need to implement log4j implementation of org.eclipse.jetty.util.log.Logger ?
76 76
#log4j.logger.org.eclipse.jetty.server=INFO

Also available in: Unified diff