Revision 28012

View differences:

branches/v2_0_0_prep/build/product/log4j.properties
1
log4j.rootLogger=DEBUG, stdout
1
log4j.rootLogger=WARN, stdout
2 2

  
3 3
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
4 4
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
......
6 6
# Pattern to output the caller's file name and line number.
7 7
log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
8 8

  
9
# Enable this to view plugin class loading logs, if you don't know
10
# how is being loaded a class
11
#log4j.logger.com.iver.andami.plugins.PluginClassLoader=DEBUG

Also available in: Unified diff