Skip to content

Commit 8731a46

Browse files
committed
fix: add Here request log
1 parent 7b09691 commit 8731a46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

providers/here/src/main/scala/com/colisweb/distances/providers/here/HereRoutingProvider.scala

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class HereRoutingProvider[F[_]](hereRoutingContext: HereRoutingContext, executor
5252
val paramsWithAuthent: Map[String, String] = paramsNoAuthent + ("apiKey" -> hereRoutingContext.apiKey.value)
5353

5454
for {
55+
_ <- F.pure(logger.debug(paramsNoAuthent.toMarkers, s"--> $baseUrl"))
5556
response <- executor.run(
5657
requests.get(
5758
url = baseUrl,

0 commit comments

Comments
 (0)