org.mongodb.driver.connection : Exception thrown during connection pool background maintenance task com.mongodb.MongoSocketOpenException

huangapple go评论98阅读模式
英文:

org.mongodb.driver.connection : Exception thrown during connection pool background maintenance task com.mongodb.MongoSocketOpenException

问题

我们的日志中有一些警告,不是错误,但尝试定位问题在我们的应用程序中会让人感到不舒服。我们有三个环境,但只在一个环境中出现这个警告,请您帮助我们消除这个警告。

英文:

We have warm in our log, it not an error but is uncorfortable to try to location the problem in our applicattion. We have 3 environment but only produce in one, please could you help us to eliminate this warm

org.mongodb.driver.connection : Exception thrown during connection pool background maintenance task com.mongodb.MongoSocketOpenException

答案1

得分: 1

最终,我们修改了mongodBD驱动程序的日志跟踪,这个警告已经消失。如果有帮助的话,我们在application.yaml中添加了以下代码。

logging.level.org.mongodb.driver: ERROR

最好的祝福,

英文:

Finally we modified the log trace for mongodBD driver and this warm has disappeared. In case it helps we put in the application.yamml this code.

logging.level.org.mongodb.driver: ERROR

Best Regards

huangapple
  • 本文由 发表于 2020年9月16日 16:23:27
  • 转载请务必保留本文链接:https://go.coder-hub.com/63916007.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定