Skip to content

Commit

Permalink
♻️ Remove fluentd appender from tofhir-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukan10 committed Sep 17, 2024
1 parent be7dc82 commit b7a40c3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tofhir-engine/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>

<!-- Set the host for fluentd, if not given localhost is used -->
<property name="FLUENT_HOST" value="${efk.fluent-host:-localhost}"/>
<!-- Stop output INFO at start -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />

Expand Down Expand Up @@ -62,19 +60,6 @@
</triggeringPolicy>
</appender>

<!-- Appender for Fluentd -->
<appender name="FLUENT" class="ch.qos.logback.more.appenders.DataFluentAppender">
<!-- Configure the host and port for fluentd -->
<remoteHost>${FLUENT_HOST}</remoteHost>
<port>24224</port>
<!-- We need only INFO logs. -->
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>INFO</level>
</filter>
<!-- If true, Map Marker is expanded instead of nesting in the marker name -->
<flattenMapMarker>true</flattenMapMarker>
</appender>

<appender name="ASYNC-AUDIT" class="ch.qos.logback.classic.AsyncAppender">
<appender-ref ref="FILE-AUDIT" />
</appender>
Expand Down

0 comments on commit b7a40c3

Please sign in to comment.