Skip to content

Commit

Permalink
[sophora-importer] fix filter in logback config (SOIMI-651) (#134)
Browse files Browse the repository at this point in the history
* ZUPUS-382: importer chart 1.3.2 needs at least importer 5.4.0

* ZUPUS-382: fix filter in import logback config

* clean up default values

* increase chart version

---------

Co-authored-by: Jonas Krukenberg <krukenberg@subshell.com>
Co-authored-by: Stefan Morgenstern <morgenstern@subshell.com>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 79ce0c1 commit 56e2f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/sophora-importer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.3.2
version: 1.3.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
8 changes: 1 addition & 7 deletions charts/sophora-importer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,7 @@ logbackXml: |
<configuration scan="true" scanPeriod="60 seconds">
<jmxConfigurator/>
<appender name="jsonConsoleAppender" class="ch.qos.logback.core.ConsoleAppender">
<!-- No log messages marked as 'SPECIAL_EMAIL_NOTIFICATION' should be shown. -->
<turboFilter class="ch.qos.logback.classic.turbo.MarkerFilter">
<Marker>SPECIAL_EMAIL_NOTIFICATION</Marker>
<OnMismatch>NEUTRAL</OnMismatch>
<OnMatch>DENY</OnMatch>
</turboFilter>
<appender name="jsonConsoleAppender" class="ch.qos.logback.core.ConsoleAppender">
<encoder class="net.logstash.logback.encoder.LogstashEncoder" />
</appender>
Expand Down

0 comments on commit 56e2f77

Please sign in to comment.