Slick logging with slf4j-simple

别等时光非礼了梦想. 提交于 2019-12-04 17:26:13

According to http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html the correct system property should be

-Dorg.slf4j.simpleLogger.log.scala.slick=debug

instead of

-Dlogger.scala.slick=INFO 

For reference, the list of all loggers used by Slick can be found in logback.xml. We only use the debug level with all of them.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!