Skip to content

Commit bf6232e

Browse files
committed
Add logstash-logback-encoder for direct syslog logging
1 parent b5d268b commit bf6232e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
<artifactId>logback-jackson</artifactId>
5454
<version>0.1.5</version>
5555
</dependency>
56+
<dependency>
57+
<groupId>net.logstash.logback</groupId>
58+
<artifactId>logstash-logback-encoder</artifactId>
59+
<version>8.1</version>
60+
</dependency>
5661
<dependency>
5762
<groupId>org.springframework.boot</groupId>
5863
<artifactId>spring-boot-starter-oauth2-client</artifactId>

0 commit comments

Comments
 (0)