I\'m using MongoRepository in spring boot to access mongo:
public interface MongoReadRepository extends MongoRepository { @Query(valu
For ReactiveMongo add this property to your .properties file
logging.level.org.springframework.data.mongodb.core.ReactiveMongoTemplate=DEBUG