Skip to content

Commit

Permalink
Ikke logg sensitivt
Browse files Browse the repository at this point in the history
  • Loading branch information
ingleivj committed Apr 24, 2024
1 parent fb968f1 commit 34d471c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class SimuleringOppdragConfig(config: Config, private val enableLogging: Boolean
if (enableLogging) add(LoggingFeature().apply {
setVerbose(true)
setPrettyLogging(true)
setSensitiveElementNames(setOf("oppdragGjelderId", "utbetalesTilId"))
})
}

Expand Down

0 comments on commit 34d471c

Please sign in to comment.