remove logging properties

This commit is contained in:
Robert Muir 2015-05-22 09:21:30 -04:00
parent 8182efb848
commit 07940f1e60
2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/plugin_tools /plugin_tools
/.local-execution-hints.log /.local-execution-hints.log
/.local-*-execution-hints.log /.local-*-execution-hints.log
/eclipse-build/

View File

@ -1,6 +0,0 @@
es.logger.level=INFO
log4j.rootLogger=${es.logger.level}, out
log4j.appender.out=org.apache.log4j.ConsoleAppender
log4j.appender.out.layout=org.apache.log4j.PatternLayout
log4j.appender.out.layout.conversionPattern=[%d{ISO8601}][%-5p][%-25c] %m%n