If we could contribute LoggerFactory's via DI to LogbackModule, other modules could configure their own logging preferences. Example: bootique-jdbc may want to suppress annoying message about no driver from PooledConnection:
WARN main o.a.t.j.p.PooledConnection: Not loading a JDBC driver as driverClassName property is null.