Skip to content

Commit 6c90390

Browse files
committed
Add logstash-logback-encoder for direct syslog logging
1 parent 79aa2df commit 6c90390

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

myconext-server/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@
179179
<artifactId>logback-jackson</artifactId>
180180
<version>0.1.5</version>
181181
</dependency>
182+
<dependency>
183+
<groupId>net.logstash.logback</groupId>
184+
<artifactId>logstash-logback-encoder</artifactId>
185+
<version>8.1</version>
186+
</dependency>
182187
<dependency>
183188
<groupId>com.fasterxml.jackson.core</groupId>
184189
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)