We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
logback.xml
1 parent c1b6e24 commit d7be3bbCopy full SHA for d7be3bb
src/main/resources/logback.xml
@@ -9,10 +9,10 @@
9
</appender>
10
11
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
12
- <file>${LOG_PATH}bot.log</file>
+ <file>${LOGS_PATH}bot.log</file>
13
14
<rollingPolicy class="xyz.srnyx.lazylibrary.logging.FixedWindowWithTimeRollingPolicy">
15
- <fileNamePattern>${LOG_PATH}bot_%d{yyyy-MM-dd_HH-mm}_%i.log</fileNamePattern>
+ <fileNamePattern>${LOGS_PATH}bot_%d{yyyy-MM-dd_HH-mm}_%i.log</fileNamePattern>
16
<maxIndex>10</maxIndex>
17
</rollingPolicy>
18
0 commit comments