Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 6, 2024
1 parent 2ac1bd6 commit 97ffff4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions roles/manage/templates/logback.xml.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#jinja2:lstrip_blocks: True
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true">

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{ISO8601} %5p [%t] %logger{40}:%L - %m%n</pattern>
Expand All @@ -15,8 +15,9 @@
<subject>{{ error_subject_prefix }}Unexpected error manage</subject>
<layout class="ch.qos.logback.classic.html.HTMLLayout"/>

<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>ERROR</level>
<filter class="filter.CustomThresholdFilter">
<clazz>org.everit.json.schema.ValidationException</clazz>
<level>ERROR</level>
</filter>
</appender>

Expand Down

0 comments on commit 97ffff4

Please sign in to comment.