File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/no/nav/hjelpemidler/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ private fun publiserMelding(
186
186
)
187
187
} catch (e: Exception ) {
188
188
context.metrics.meldingTilRapidFeilet()
189
- sikkerlogg.error(" Sending til rapid feilet, exception: $e " )
189
+ sikkerlogg.error(" Sending til rapid feilet" , e )
190
190
throw RapidsAndRiverException (" Noe gikk feil ved publisering av melding" )
191
191
}
192
192
}
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ private fun publiserMelding(
88
88
context.metrics.meldingTilRapidSuksess()
89
89
} catch (e: Exception ) {
90
90
context.metrics.meldingTilRapidFeilet()
91
- sikkerlogg.error(" Sending til rapid feilet, exception: $e " )
91
+ sikkerlogg.error(" Sending til rapid feilet" , e )
92
92
throw RapidsAndRiverException (" Noe gikk feil ved publisering av melding" )
93
93
}
94
94
}
You can’t perform that action at this time.
0 commit comments