Skip to content

Commit

Permalink
DLS-10599: Removed ACCESS_LOG_FILE appender
Browse files Browse the repository at this point in the history
  • Loading branch information
karolina-zaborska committed Jun 24, 2024
1 parent 57395af commit c597995
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,13 @@
</encoder>
</appender>

<appender name="ACCESS_LOG_FILE" class="ch.qos.logback.core.FileAppender">
<file>logs/access.log</file>
<encoder>
<pattern>%message%n</pattern>
</encoder>
</appender>

<appender name="CONNECTOR_LOG_FILE" class="ch.qos.logback.core.FileAppender">
<file>logs/connector.log</file>
<encoder>
<pattern>%message%n</pattern>
</encoder>
</appender>


<logger name="accesslog" level="INFO" additivity="false">
<appender-ref ref="ACCESS_LOG_FILE" />
</logger>

<logger name="com.google.inject" level="INFO"/>

<logger name="org.asynchttpclient" level="ERROR"/>
Expand Down

0 comments on commit c597995

Please sign in to comment.