Skip to content

Commit 423c11b

Browse files
committed
Logger serviceforespørsel oppdatering
1 parent f4ca5d2 commit 423c11b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/no/nav/hjelpemidler/oebs/listener/api/ServiceforespørselAPI.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ fun Route.serviceforespørselAPI(context: Context) {
1818
post("/sf") {
1919
log.info { "Innkommende SF-oppdatering" }
2020
try {
21+
val endringRaw = call.receive<Map<String, String>>()
22+
log.info { "Rå serviceforespørsel $endringRaw" }
2123
val endring = call.receive<ServiceforespørselEndring>()
2224
val message = ServiceforespørselEndringMessage(endring)
2325
publiserMelding(context, endring, message)

0 commit comments

Comments
 (0)