simple http log

This commit is contained in:
2019-11-01 01:23:24 +03:00
parent 2ad3600da5
commit e03f8987b0
3 changed files with 22 additions and 3 deletions

View File

@ -8,6 +8,9 @@
</root>
<logger name="me.arcanis.ffxivbis" level="DEBUG" />
<logger name="http" level="DEBUG">
<appender-ref ref="http" />
</logger>
<logger name="slick.jdbc.JdbcBackend.statement" level="DEBUG" />
</configuration>