Supress exccesive logging message from Cloud SQL (#540)

* Supress exccesive logging message from Cloud SQL

* Upgrade package versions that were downgraded before
This commit is contained in:
Shicong Huang 2020-03-31 17:57:18 -04:00 committed by GitHub
parent ae9c0fdd7d
commit 79a3605e9e
83 changed files with 500 additions and 408 deletions

View file

@ -2,4 +2,6 @@ handlers = java.util.logging.ConsoleHandler
.level = INFO
com.google.wrappers.base.GoogleInit.level = WARNING
com.google.monitoring.metrics.MetricRegistryImpl.level = WARNING
com.google.cloud.sql.level = WARNING
com.zaxxer.hikari.level = WARNING
org.hibernate.level = WARNING