Skip to content

Commit

Permalink
Merge pull request #329 from navikt/debug/husstandsmedlemmer
Browse files Browse the repository at this point in the history
Logger husstandsmedlemmer
  • Loading branch information
rinnan17 authored Mar 21, 2024
2 parents 6ba8bc0 + 3281ffe commit c4da7ba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class HentRelatertePersonerService(
),
)
}
SECURE_LOGGER.info("relatertPersonListe for ${personIdOgPeriode.personId}: $relatertPersonListe ")
}

return HentGrunnlagGenericDto(grunnlagListe = relatertPersonListe, feilrapporteringListe = feilrapporteringListe)
Expand All @@ -116,7 +117,7 @@ class HentRelatertePersonerService(
SECURE_LOGGER.info(
"husstandsmedlemInnenforPeriode: ${personIdOgPeriode.personId} " +
"${husstandsmedlem.personId} " +
"husstandsmedlemInnenforPeriode(personIdOgPeriode, husstandsmedlem)",
husstandsmedlemInnenforPeriode(personIdOgPeriode, husstandsmedlem),
)
if (husstandsmedlem.personId.toString() != personIdOgPeriode.personId &&
husstandsmedlemInnenforPeriode(personIdOgPeriode, husstandsmedlem)
Expand Down

0 comments on commit c4da7ba

Please sign in to comment.