添加日志到ELK

This commit is contained in:
zhouxiunai
2018-12-14 11:37:19 +08:00
parent e4e46fce19
commit fb4cf15e1a
3 changed files with 56 additions and 0 deletions
+6
View File
@@ -93,6 +93,12 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>5.2</version>
</dependency>
</dependencies>
<build>