Skip to content

Commit

Permalink
EY-3398 Sensurere respons i logg (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
ingleivj authored May 8, 2024
1 parent 7443665 commit fcdc194
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@ class SimuleringOppdragConfig(config: Config, private val enableLogging: Boolean
setSensitiveDataHelper(SoapSecurityMaskSensitiveHelper())
setVerbose(true)
setPrettyLogging(true)
setSensitiveElementNames(setOf("oppdragGjelderId", "utbetalesTilId"))
setSensitiveElementNames(setOf(
/* request */
"oppdragGjelderId",
"utbetalesTilId",
/* response */
"gjelderId",
"gjelderNavn",
"utbetalesTilId",
"utbetalesTilNavn",
))
})
}

Expand Down

0 comments on commit fcdc194

Please sign in to comment.