Skip to content

Commit

Permalink
🔊 Logg warn i stedet for error ved avmelding fra invalidert oppgave
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Bülow Skovborg <[email protected]>
  • Loading branch information
havstein and chsko committed Mar 21, 2024
1 parent 1d81023 commit e575950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class Oppgave private constructor(
}

fun avmeld(oppgave: Oppgave, saksbehandler: Saksbehandler) {
logg.error(
logg.warn(
"Forventer ikke forsøk på avmelding i {} for oppgave med {} av $saksbehandler",
kv("tilstand", this),
kv("oppgaveId", oppgave.id)
Expand Down

0 comments on commit e575950

Please sign in to comment.