changing logappender DB

This commit is contained in:
Rafal Zukowicz
2020-09-07 08:55:22 +00:00
parent 87eb042008
commit 9430ff52db
2 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
redis.host = localhost
redis.port = 6379
redis.host = redis-server
redis.port = 6379

View File

@@ -3,7 +3,7 @@
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<!--https://github.com/kmtong/logback-redis-appender-->
<appender name="LOGSTASH" class="com.release11.klaus.utilis.RedisAppender">
<host>localhost</host>
<host>redis-server</host>
<port>6379</port>
<key>logstash</key>
<layout class="ch.qos.logback.classic.PatternLayout">