Skip to content

Commit

Permalink
D - Legger til logging av info for prefilling
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Nov 1, 2024
1 parent 1775c73 commit 1b96489
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class PrefillService(
if (request.aktoerId.isNullOrEmpty()) throw HttpClientErrorException(HttpStatus.NOT_FOUND)

try {
logger.info(" Buc:${request.buc}, sed: ${request.sed}, RinaID:${request.euxCaseId}, sed: ${request.documentid}, versjon: ${request.processDefinitionVersion}, gjenny: ${request.gjenny}")
val norskIdent = innhentingService.hentFnrEllerNpidFraAktoerService(request.aktoerId)!!
val krrPerson = krrService.hentPersonFraKrr(norskIdent).also { personResponse ->
KrrPerson(
Expand Down

0 comments on commit 1b96489

Please sign in to comment.