Add log4j.properties file.
This commit is contained in:
parent
b84362e31f
commit
57d846cc03
1 changed files with 12 additions and 0 deletions
12
log4j.properties
Normal file
12
log4j.properties
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Log configuration
|
||||
# #################
|
||||
|
||||
# priority setting: DEBUG < INFO < WARN < ERROR
|
||||
log4j.rootLogger = DEBUG, console
|
||||
|
||||
log4j.logger.fr.devinsy.util.xml = INFO
|
||||
|
||||
#--
|
||||
log4j.appender.console = org.apache.log4j.ConsoleAppender
|
||||
log4j.appender.console.layout = org.apache.log4j.PatternLayout
|
||||
log4j.appender.console.layout.ConversionPattern = %d{ISO8601} - SikevaDB [%-5p] %34.34c.%25M - %m%n
|
Loading…
Reference in a new issue