Open
Description
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