File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ private suspend fun hentPerioder(
185
185
)
186
186
}.onFailure { ex ->
187
187
prometheus.httpFailedCallCounter(consumerTag, call.request.path()).increment()
188
- logger.error( " Klarte ikke hente vedtak fra intern API " , ex)
188
+
189
189
throw ex
190
190
}.onSuccess { res ->
191
191
sporingsloggClient.loggTilSporingslogg(
@@ -251,7 +251,7 @@ private suspend fun hentMedium(
251
251
)
252
252
}.onFailure { ex ->
253
253
prometheus.httpFailedCallCounter(consumerTag, call.request.path()).increment()
254
- logger.error( " Klarte ikke hente vedtak fra intern API " , ex)
254
+
255
255
throw ex
256
256
}.onSuccess { res ->
257
257
sporingsloggClient.loggTilSporingslogg(
@@ -362,7 +362,7 @@ private suspend fun hentMaksimum(
362
362
}.filter { it.status != " INAKT" })
363
363
}.onFailure { ex ->
364
364
prometheus.httpFailedCallCounter(consumerTag, call.request.path()).increment()
365
- logger.error( " Klarte ikke hente vedtak fra intern API " , ex)
365
+
366
366
throw ex
367
367
}.onSuccess { res ->
368
368
sporingsloggClient.loggTilSporingslogg(
You can’t perform that action at this time.
0 commit comments