Skip to content

Commit

Permalink
Logger behandlingsider ved feil
Browse files Browse the repository at this point in the history
  • Loading branch information
baskevold committed Nov 23, 2023
1 parent 1fe52c1 commit 4ea5d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/k9/los/eventhandler/RefreshK9.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fun CoroutineScope.refreshK9(
)
oppgaveListe.clear()
} catch (e: Exception) {
log.error("Feilet ved refresh av oppgaver i k9-sak", e)
log.error("Feilet ved refresh av oppgaver i k9-sak: "+oppgaveListe.joinToString(", "), e)
}
oppgaveListe.add(channel.receive())
} else {
Expand Down

0 comments on commit 4ea5d17

Please sign in to comment.