Initial Database Migration
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
<Configuration status="WARN" shutdownHook="disable"
|
||||
packages="net.locusworks.discord.eighttrack">
|
||||
<Properties>
|
||||
<property name="logLevel">${sys:LOG_LEVEL:-INFO}</property>
|
||||
<Property name="logFormat">%d{dd-MMM-yyyy HH:mm:ss.SSS} [%-5p] [%c{1}] %m%n</Property>
|
||||
</Properties>
|
||||
<Appenders>
|
||||
@@ -11,8 +10,8 @@
|
||||
<PatternLayout pattern="${logFormat}" />
|
||||
</Console>
|
||||
<RollingFile name="eighttrack"
|
||||
fileName="eighttrack.log"
|
||||
filePattern="eighttrack-%d{yyyy-MM-dd}.log.gz">
|
||||
fileName="logs/eighttrack.log"
|
||||
filePattern="logs/eighttrack-%d{yyyy-MM-dd}.log.gz">
|
||||
<PatternLayout pattern="${logFormat}" />
|
||||
<Policies>
|
||||
<TimeBasedTriggeringPolicy />
|
||||
@@ -22,8 +21,8 @@
|
||||
</Appenders>
|
||||
<Loggers>
|
||||
<Root level="TRACE">
|
||||
<AppenderRef ref="ConsoleAppender" level="${logLevel}" />
|
||||
<AppenderRef ref="eighttrack" level="${logLevel}" />
|
||||
<AppenderRef ref="ConsoleAppender" level="INFO" />
|
||||
<AppenderRef ref="eighttrack" level="INFO" />
|
||||
</Root>
|
||||
</Loggers>
|
||||
</Configuration>
|
||||
|
||||
Reference in New Issue
Block a user