Hi,
This is a feedback on the org.springframework.data.mongodb.core.MongoTemplate cass logging.
During some troubleshooting i noticed that in the mongoTemplate class, the doStream method is missing the debug logging of the query executed, the doFind with debug active Instead print the query to be executed.
i also noticed on doFind that the log debug output is missing the sorting parameter (very useful for query optimization) but in other like doFindAndModify there is, maybe the logging is a little inconsistent across the various type of possibile actions.
Is a log check/alignment planned?
Thanks,
Riccardo
Hi,
This is a feedback on the
org.springframework.data.mongodb.core.MongoTemplatecass logging.During some troubleshooting i noticed that in the mongoTemplate class, the
doStreammethod is missing the debug logging of the query executed, thedoFindwith debug active Instead print the query to be executed.i also noticed on
doFindthat the log debug output is missing the sorting parameter (very useful for query optimization) but in other likedoFindAndModifythere is, maybe the logging is a little inconsistent across the various type of possibile actions.Is a log check/alignment planned?
Thanks,
Riccardo