Skip to content

Commit

Permalink
chore: generic logging for utenlandsk and nasjonale sykmeldinger
Browse files Browse the repository at this point in the history
  • Loading branch information
helehar committed Dec 13, 2024
1 parent 9e24782 commit 211f9c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class DokarkivClient(
headers["Nav-Callid"] = sykmeldingId

try {
securelog.info("createOppdaterUtenlandskJournalpostRequest: ${objectMapper.writeValueAsString(oppdaterJournalpostRequest)}")
securelog.info("createOppdaterJournalpostRequest: ${objectMapper.writeValueAsString(oppdaterJournalpostRequest)}")
val response = dokarkivRestTemplate.exchange(
"$url/$journalpostId",
HttpMethod.PUT,
Expand Down

0 comments on commit 211f9c2

Please sign in to comment.