logfellow/logstash-logback-encoder

LogstashEncoderTest: configuration under test contains deprecated/invalid configuration properties

brenuart opened this issue · 0 comments

The XML configuration used by the testEncoderConfiguration contains invalid/deprecated properties:

ERROR in ch.qos.logback.core.joran.action.AppenderAction - Missing attribute [name] in element [appender] near line 167
WARN in ch.qos.logback.core.model.processor.ImplicitModelHandler - Ignoring unknown property [enableContextMap] in [net.logstash.logback.encoder.LogstashEncoder]
WARN in net.logstash.logback.composite.loggingevent.UuidProvider@534a5a98 - net.logstash.logback.composite.loggingevent.UuidProvider is deprecated, use net.logstash.logback.composite.UuidJsonProvider

Also the configuration makes used of nested appenders which is not supported starting from Logback 1.3.