spring-data-mongodb icon indicating copy to clipboard operation
spring-data-mongodb copied to clipboard

Generally review logging handling [DATAMONGO-961]

Open spring-projects-issues opened this issue 11 years ago • 2 comments

Thomas Darimont opened DATAMONGO-961 and commented

Currently MongoDbUtils uses the LOGGER directly without using any guards to check whether the logging is enabled


Affects: 1.5 GA (Dijkstra)

Referenced from: pull request https://github.com/spring-projects/spring-data-mongodb/pull/194

spring-projects-issues avatar Jun 24 '14 01:06 spring-projects-issues

Thomas Darimont commented

Added guards around the logger. Please revise

spring-projects-issues avatar Jun 24 '14 06:06 spring-projects-issues

Oliver Drotbohm commented

After a review of the proposed changes we decided to take a step back and rather review the usage of logging over the entire module

spring-projects-issues avatar Jun 25 '14 04:06 spring-projects-issues