Currently I have enabled DEBUG logging on:
slick.backend
It logs the transaction start/end, compiled sql query being run by slick, and success/results.
Can slick provide me information about query running time? Which package should I enable DEBUG mode on, to get this information?
Edit:
I found this link which talks about this not being possible. Does this still hold true?
Found answer to the question with help of @szeiger. Enable logging on the following package to get timing information on execution of SQL queries in Slick 3.0:
Other useful packages to enable DEBUG logging on: