remove logging properties
This commit is contained in:
parent
8182efb848
commit
07940f1e60
|
@ -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/
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue