LogstashEncoder is ignored #484
Answered
by
PabloAlbertengoNemo
PabloAlbertengoNemo
asked this question in
Q&A
-
Hi guys! I'm having troubles using the encoder net.logstash.logback.encoder.LogstashEncoder in combination with an appender for write to files. Below is my configuration file Thanks in advance,
|
Beta Was this translation helpful? Give feedback.
Answered by
PabloAlbertengoNemo
Sep 25, 2020
Replies: 1 comment
-
Sorry, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
philsttr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry,
this line was the problem:
<layout class="ch.qos.logback.classic.PatternLayout"> <Pattern>%msg%n</Pattern> </layout>