Skip to content

Commit

Permalink
Logger riktig respons
Browse files Browse the repository at this point in the history
  • Loading branch information
albrektsson committed Oct 2, 2023
1 parent b69dd22 commit 3ef1cb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class SoknadService(
fagsakYtelseType = fagsakYtelseType
)
require(k9Respons.second.isNullOrBlank()) { "Feil ved henting av saksnummer: ${k9Respons.second}" }
logger.info("Fick saksnummer (${k9Respons.second} av K9Sak for Journalpost ${journalpostIder.first()}")
logger.info("Fick saksnummer (${k9Respons.first} av K9Sak for Journalpost ${journalpostIder.first()}")
k9Respons.first
}

Expand Down

0 comments on commit 3ef1cb5

Please sign in to comment.