Skip to content

Commit

Permalink
updating log
Browse files Browse the repository at this point in the history
  • Loading branch information
gokyo authored Oct 24, 2017
1 parent 066c389 commit fcd9c1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ trait MongoCrudHelper[T] extends MongoIndexCreator with MongoErrorHandler {
}

def getMany(selector: JsObject)(implicit r: Reads[T]):Future[List[T]] = {
Logger.debug(s"[getCursor] selector: $selector")
Logger.debug(s"[getMany] selector: $selector")
col.find(selector).cursor[T](ReadPreference.primary).collect[List](
Int.MaxValue, Cursor.FailOnError[List[T]]()
)
Expand Down

0 comments on commit fcd9c1f

Please sign in to comment.