Fix logging warn->debug

This commit is contained in:
eikek
2022-06-11 12:40:16 +02:00
parent 0738bcf31b
commit 4d79badc2d
2 changed files with 14 additions and 1 deletions

View File

@ -108,7 +108,7 @@ final class ItemSearchPart[F[_]: Async](
identity,
res =>
for {
_ <- logger.warn(s"Searching with query: $res")
_ <- logger.debug(s"Searching with query: $res")
items <- searchOps
.searchSelect(details, cfg.maxNoteLength, today.some, batch)(
res.q,