Skip to content

Commit

Permalink
Debuglogg henting av oppgavekøer
Browse files Browse the repository at this point in the history
  • Loading branch information
boerta committed Jan 18, 2024
1 parent d8a3c13 commit a2820bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class OppgaveKoTjeneste(
saksbehandlerEpost: String
): List<OppgaveKo> {
return transactionalManager.transaction { tx ->
log.info("Henter køer for saksbehandler: $saksbehandlerEpost")
oppgaveKoRepository.hentKoerMedOppgittSaksbehandler(tx, saksbehandlerEpost)
}
}
Expand Down

0 comments on commit a2820bd

Please sign in to comment.