Skip to content

Commit

Permalink
IS: Downgrade log level to warning for no oppfolgingsoppgaver found
Browse files Browse the repository at this point in the history
  • Loading branch information
vetlesolgaard committed Jul 31, 2024
1 parent dfbff2c commit 51a4d99
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 PersonoversiktStatusService(
personidenter = personidenterWithOppfolgingsoppgave,
)
if (response == null) {
log.error("Oppfolgingsoppgaver was null for enhet ${personStatuser[0].enhet}")
log.warn("Did not find any oppfolgingsoppgaver for enhet ${personStatuser[0].enhet}")
}
response
} else {
Expand Down

0 comments on commit 51a4d99

Please sign in to comment.