mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Remove solr query from debug log
This commit is contained in:
@ -52,7 +52,7 @@ object SolrQuery {
|
|||||||
|
|
||||||
def query(q: QueryData): F[FtsResult] = {
|
def query(q: QueryData): F[FtsResult] = {
|
||||||
val req = Method.POST(q.asJson, url)
|
val req = Method.POST(q.asJson, url)
|
||||||
logger.debug(s"Running query: $req : ${q.asJson}")
|
logger.debug(s"Running query: $req")
|
||||||
client.expect[FtsResult](req)
|
client.expect[FtsResult](req)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user