Skip to content

Commit

Permalink
La til logging av request
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Jun 28, 2024
1 parent e099a16 commit a1976fc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ fun Route.configureBrukerstoetteRoutes(brukerstoetteService: BrukerstoetteServic
)
} else {
val request = call.receive<DetaljerRequest>()
LoggerFactory.getLogger("test").info(
"Brukerstoette request fra navIdent='$navIdent' med oid='$oid', request='$request'"
)
brukerstoetteService.hentDetaljer(request.identitetsnummer)
}
}.onSuccess { detaljer ->
Expand Down

0 comments on commit a1976fc

Please sign in to comment.