Skip to content

Commit

Permalink
perf($Logback): universal logback configuration in starter
Browse files Browse the repository at this point in the history
BREAKING CHANGE: delete customized field `applicationName`
  • Loading branch information
johnnymillergh committed Feb 4, 2022
1 parent 6cfafd4 commit 91c0fe5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 329 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<appender name="LOGSTASH" class="net.logstash.logback.appender.LogstashTcpSocketAppender">
<destination>${LOGSTASH_HOST}:4560</destination>
<encoder charset="UTF-8" class="net.logstash.logback.encoder.LogstashEncoder">
<customFields>{"applicationName": "${APPLICATION}", "environment": "${ENVIRONMENT}"}</customFields>
<customFields>{"environment": "${ENVIRONMENT}"}</customFields>
</encoder>
</appender>
<appender name="ASYNC_LOGSTASH" class="ch.qos.logback.classic.AsyncAppender">
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<appender name="LOGSTASH" class="net.logstash.logback.appender.LogstashTcpSocketAppender">
<destination>${LOGSTASH_HOST}:4560</destination>
<encoder charset="UTF-8" class="net.logstash.logback.encoder.LogstashEncoder">
<customFields>{"applicationName": "${APPLICATION}", "environment": "${ENVIRONMENT}"}</customFields>
<customFields>{"environment": "${ENVIRONMENT}"}</customFields>
</encoder>
</appender>
<appender name="ASYNC_LOGSTASH" class="ch.qos.logback.classic.AsyncAppender">
Expand Down

0 comments on commit 91c0fe5

Please sign in to comment.