replace log4j2.properties with log4j2.xml

The properties support for log4j2 is not well documented and
possibly buggy. I couldn't figure out how to change the log
level of a logger.
This commit is contained in:
2017-04-10 19:50:49 +02:00
parent 72436e9c8c
commit 24259d7d72
3 changed files with 21 additions and 19 deletions

View File

@@ -4,4 +4,4 @@ db.base=${base.dir}/db
path.tmp=${base.dir}/tmp
path.output=${base.dir}/out
logging.config=classpath:log4j2.properties
logging.config=classpath:log4j2.xml