We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79aa2df commit 6c90390Copy full SHA for 6c90390
1 file changed
myconext-server/pom.xml
@@ -179,6 +179,11 @@
179
<artifactId>logback-jackson</artifactId>
180
<version>0.1.5</version>
181
</dependency>
182
+ <dependency>
183
+ <groupId>net.logstash.logback</groupId>
184
+ <artifactId>logstash-logback-encoder</artifactId>
185
+ <version>8.1</version>
186
+ </dependency>
187
<dependency>
188
<groupId>com.fasterxml.jackson.core</groupId>
189
<artifactId>jackson-databind</artifactId>
0 commit comments