We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44c6a1 commit 33ecacfCopy full SHA for 33ecacf
src/main/kotlin/no/nav/hjelpemidler/Application.kt
@@ -93,11 +93,7 @@ fun main() {
93
sikkerlogg.info("Parsing incoming json request failed with exception (responding 4xx): $e")
94
if (Configuration.application["APP_PROFILE"] != "prod") {
95
sikkerlogg.info(
96
- "JSON in failed parsing: ${
97
- mapper.writeValueAsString(
98
- rawJson
99
- )
100
- }"
+ "JSON in failed parsing: ${mapper.writeValueAsString(rawJson)}"
101
)
102
}
103
SensuMetrics().oebsParsingFeilet()
0 commit comments