iliax 2 years ago
parent
commit
e2975e3bea
1 changed files with 0 additions and 10 deletions
  1. 0 10
      kafka-ui-api/src/main/resources/logback-spring.xml

+ 0 - 10
kafka-ui-api/src/main/resources/logback-spring.xml

@@ -7,18 +7,8 @@
         </encoder>
     </appender>
 
-    <appender name="AUDIT" class="ch.qos.logback.core.ConsoleAppender">
-        <encoder>
-            <pattern>%black(%d{ISO8601}) %yellow(%c{1}): %msg%n%throwable</pattern>
-        </encoder>
-    </appender>
-
     <root level="info">
         <appender-ref ref="STDOUT"/>
     </root>
 
-    <audit level="info">
-        <appender-ref ref="AUDIT"/>
-    </audit>
-
 </configuration>