You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 fromPooledConnection
:WARN main o.a.t.j.p.PooledConnection: Not loading a JDBC driver as driverClassName property is null.
The text was updated successfully, but these errors were encountered: