Skip to content

Commit

Permalink
Hent import/eksport status før logging
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgfa committed Aug 23, 2023
1 parent 910c1ee commit b9355f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class ImporteringScheduler(
gjeldendeKvartal
)

log.info("Listen over fullførte jobber dette kvartalet: $fullførteJobber")
log.info("Listen over fullførte jobber dette kvartalet: ${importEksportStatusRepository.hentFullførteJobber(gjeldendeKvartal)}")

log.info("Inkrementerer counter 'sykefravarstatistikk_vellykket_eksport'")
vellykketEksportCounter.increment()
Expand Down

0 comments on commit b9355f6

Please sign in to comment.