Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sndyuk/logback-more-appenders
Browse files Browse the repository at this point in the history
  • Loading branch information
sndyuk committed Dec 7, 2020
2 parents 26bf0a1 + aeb9b7a commit 5347d18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions src/test/resources/logback-appenders-fluentd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- [Optional] Label for Fluentd. Farther information: http://docs.fluentd.org/articles/config-file -->
<label>logback</label>

<!-- Host name/address and port number which Flentd placed -->
<!-- Host name/address and port number which Fluentd placed -->
<remoteHost>localhost</remoteHost>
<port>24224</port>
<!-- [Optional] Additional fields(Pairs of key: value) -->
Expand Down Expand Up @@ -65,11 +65,11 @@
<!-- [Optional] Label for Fluentd. Farther information: http://docs.fluentd.org/articles/config-file -->
<label>logback</label>

<!-- Host name/address and port number which Flentd placed -->
<!-- Host name/address and port number which Fluentd placed -->
<remoteHost>localhost</remoteHost>
<port>24224</port>

<!-- [Optional] Multiple name/addresses and port numbers which Flentd placed
<!-- [Optional] Multiple name/addresses and port numbers which Fluentd placed
<remoteServers>
<remoteServer>
<host>primary</host>
Expand Down

0 comments on commit 5347d18

Please sign in to comment.