Skip to content

Commit

Permalink
Legg til logging journalføringshendelse
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Jan 25, 2025
1 parent fe75a33 commit 19572a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public void behandleJournalforingHendelse(JournalfoeringHendelseRecord record) {
var journalpostId = record.getJournalpostId();
var journalpost =
hentJournalpostMedSaksbehandlerIdent(journalpostId, record.getJournalpostStatus());
SECURE_LOGGER.info("Mottok journalføringshendelse med id {} og journalpost {}", record, journalpost);
if (erOpprettetAvNKS(journalpost)) {
var brevKoder =
journalpost.getDokumenter().stream()
Expand Down

0 comments on commit 19572a1

Please sign in to comment.