Skip to content

Commit

Permalink
DDCE-6322: removal of PII information in the logs for get-nino for ex…
Browse files Browse the repository at this point in the history
…ternal-test (#139)

* DDCE-6322: removal of PII information in the logs for get-nino for external-test

* DDCE-6322: removal of PII information in the logs for get-nino for external-test
  • Loading branch information
harish-korada1 authored Jan 8, 2025
1 parent 82c3233 commit 759dde9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
29 changes: 0 additions & 29 deletions conf/application-json-logger.xml

This file was deleted.

4 changes: 2 additions & 2 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ microservice {
# feature switch values logDesJson and logDwpJson MUST be false in #
# production or any environment where the app receives real PII #
feature-switch {
logDesJson = true
logDwpJson = true
logDesJson = false
logDwpJson = false
version-1 {
enabled = true
}
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ resolvers += Resolver.url("HMRC-open-artefacts-ivy2", url("https://open.artefact
Resolver.ivyStylePatterns
)

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.22.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.24.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.5.0")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.2")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.6")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("org.scalastyle" % "scalastyle-sbt-plugin" % "1.0.0" exclude ("org.scala-lang.modules", "scala-xml_2.12"))
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
Expand Down

0 comments on commit 759dde9

Please # to comment.