Skip to content

Commit

Permalink
Merge pull request #229 from navikt/feature/logg-exception
Browse files Browse the repository at this point in the history
Endrer logging ved feil av les av hendelse fra bidrag-vedtak
  • Loading branch information
rinnan17 authored Aug 29, 2024
2 parents c7a7816 + bf0e4fb commit 0be8932
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/no/nav/bidrag/stønad/BidragStønadConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ class KafkaConfig {
}

LOGGER.error(
"Message {} cause error: {} - {} - headers: {}",
messagePayload,
"Feil ved behandling av hendelse, se sikker logg for detaljer: {} - {} - headers: {}",
e.javaClass.simpleName,
e.message,
message.headers,
Expand Down

0 comments on commit 0be8932

Please sign in to comment.