mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-25 01:37:17 +00:00
18 lines
479 B
XML
18 lines
479 B
XML
<configuration>
|
|
|
|
<include resource="logback-application.xml" />
|
|
<include resource="logback-http.xml" />
|
|
|
|
<root level="debug">
|
|
<appender-ref ref="application" />
|
|
</root>
|
|
|
|
<logger name="me.arcanis.ffxivbis" level="DEBUG" />
|
|
<logger name="http" level="DEBUG" additivity="false">
|
|
<appender-ref ref="http" />
|
|
</logger>
|
|
<logger name="slick" level="INFO" />
|
|
<logger name="org.flywaydb.core.internal" level="INFO" />
|
|
|
|
</configuration>
|