11 lines
439 B
Properties
Executable File
11 lines
439 B
Properties
Executable File
log4j.rootCategory=INFO, stdout
|
|
|
|
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
|
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
|
log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - <%m>%n
|
|
|
|
# Enable web flow logging
|
|
log4j.category.org.springframework.webflow=DEBUG
|
|
log4j.category.org.springframework.faces=DEBUG
|
|
log4j.category.org.springframework.binding=DEBUG
|
|
log4j.category.org.springframework.transaction=DEBUG |