Remove undefined FILE appender from basic log4j config

Fixes gh-433
This commit is contained in:
Dave Syer
2014-03-04 22:23:44 +00:00
parent b56bd0a10c
commit f9094143d7

View File

@@ -1,4 +1,4 @@
log4j.rootCategory=INFO, CONSOLE, FILE
log4j.rootCategory=INFO, CONSOLE
PID=????
LOG_PATTERN=[%d{yyyy-MM-dd HH:mm:ss.SSS}] boot%X{context} - ${PID} %5p [%t] --- %c{1}: %m%n