mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-24 15:07:56 +01:00
10 lines
364 B
Properties
10 lines
364 B
Properties
|
log4j.rootCategory=WARN, stdout
|
||
|
log4j.net.sf=FATAL,stdout
|
||
|
log4j.com.wisemapping=DEBUG,stdout
|
||
|
log4j.org.wisemapping.ws=DEBUG,stdout
|
||
|
|
||
|
##log4j.category.net.sf.acegisecurity=DEBUG,
|
||
|
|
||
|
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
|