chore(deps): update logging for db connectors

pull/1580/head
Dominik Frantisek Bucik 2022-02-01 07:48:04 +01:00
parent b3ddb12e8d
commit a94eb2acfe
No known key found for this signature in database
GPG Key ID: 25014C8DB2E7E62D
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@
<logger name="org.apache.directory.ldap.client.api.LdapNetworkConnection" level="error"/>
<!-- DB -->
<logger name="com.zaxxer.hikari" level="warn"/>
<logger name="org.mariadb" level="warn"/>
<logger name="org.postgresql" level="warn"/>
<logger name="net.javacrumbs.shedlock" level="error"/>
<!-- OUR LOGGERS -->