mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-07-29 05:29:56 +00:00
migrate to anorm
I'm tired of ORM and would like to write clear sql requests. The following wrappers were checked: * doobie - cats api which is useless in this project * scalike - can't work with sqlite at all * anorm - awful api * something also Anorm fits more than any other my criteria so I migrated to it with native hikaricp usage
This commit is contained in:
@ -3,15 +3,14 @@
|
||||
<include resource="logback-application.xml" />
|
||||
<include resource="logback-http.xml" />
|
||||
|
||||
<root level="debug">
|
||||
<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" />
|
||||
<logger name="com.zaxxer.hikari.pool.HikariPool" level="INFO" />
|
||||
|
||||
</configuration>
|
||||
|
Reference in New Issue
Block a user