使用Spring Boot 2.0.0.M7,我想记录ReactiveMongoRepository
生成的查询。我尝试过以下配置,
logging.level.org.springframework.data.mongodb.core.MongoTemplate: DEBUG
org.springframework.data.document.mongodb: DEBUG
logging.level.org.springframework.data.document.mongodb: DEBUG
log4j.category.org.springframework.data.document.mongodb: DEBUG
但仍然没有记录查询。还需要更多配置吗?感谢