ReactiveMongo/Play-ReactiveMongo

Change log level message in def database: Future[DefaultDB]

scalame opened this issue · 1 comments

Currently, the log message: [info] application - Resolving database... is spamming our console/log files with no way to turn it off without modifying the 'application' level logging.

Solution:
Change Logger.info("Resolving database...") inside ReactiveMongoApi.scala to a lower level ('debug', 'trace')

App Info:
Scala 2.11.8
Play2 ReactiveMongo 0.11.14
Play 2.5.4

Closing since this is resolved in 0.12.x. My mistake