Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove hikari debug logging
Browse files Browse the repository at this point in the history
danthe1st committed Nov 14, 2024
1 parent 44f5795 commit b85d5e5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -11,23 +11,8 @@
</encoder>
</appender>

<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>logs/log-${timeOnLaunch}.log</file>
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>DEBUG</level>
</filter>
<immediateFlush>true</immediateFlush>
<append>true</append>
<encoder>
<pattern>%d{dd.MM.yyyy HH:mm:ss} %-34.-34thread %10.10X{jda.shard} %-15.-15logger{0} %-6level %msg%n</pattern>
</encoder>
</appender>

<root level="debug">
<appender-ref ref="STDOUT" />
</root>

<logger name="com.zaxxer.hikari">
<appender-ref ref="FILE" />
</logger>
</configuration>

0 comments on commit b85d5e5

Please sign in to comment.