Another thing we should do is provide a test configuration for our logging framework. We use the logback library. Slick will produce a lot of logging output on the DEBUG level, so we should fix that. It is nice to have logging if you need it, but it also clutters up your log files. We create a file logback-test.xml in the directory src/it/resources, which should look like this: