Skip to content

Commit

Permalink
Merge pull request #66 from hmrc/pr-bot-fixes
Browse files Browse the repository at this point in the history
pr-bot-fixes - Fixing up some issues from pr-bot
  • Loading branch information
mi-akram authored Dec 19, 2022
2 parents 8bbc95d + 0a7bbec commit 1807312
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions conf/application-json-logger.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<encoder class="uk.gov.hmrc.play.logging.JsonEncoder"/>
</appender>

<logger name="uk.gov" level="${logger.uk.gov:-WARN}"/>
<logger name="uk.gov" level="WARN"/>

<root level="${logger.application:-WARN}">
<root level="WARN">
<appender-ref ref="STDOUT"/>
</root>
</configuration>
8 changes: 1 addition & 7 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ play.http.requestHandler = "uk.gov.hmrc.play.bootstrap.http.RequestHandler"
play.modules.enabled += "uk.gov.hmrc.apiplatformoutboundsoap.config.InjectionModule"
# Provides an implementation of AuditConnector. Use `uk.gov.hmrc.play.bootstrap.AuditModule` or create your own.
# An audit connector must be provided.
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.AuditModule"
play.modules.enabled += "uk.gov.hmrc.play.audit.AuditModule"

# Provides an implementation of MetricsFilter. Use `uk.gov.hmrc.play.graphite.GraphiteMetricsModule` or create your own.
# A metric filter must be provided
Expand All @@ -50,12 +50,6 @@ play.http.errorHandler = "uk.gov.hmrc.play.bootstrap.backend.http.JsonErrorHandl
play.modules.enabled += "uk.gov.hmrc.mongo.play.PlayMongoModule"
play.modules.enabled += "uk.gov.hmrc.apiplatformoutboundsoap.scheduled.SchedulerModule"

# Secret key
# ~~~~~
# The secret key is used to secure cryptographics functions.
# If you deploy your application to several instances be sure to use the same key!
play.http.secret.key = "VbN36gRk2QchNJiqubAA4tUOwSCeUq9cfYMLGifFHw7GM6djC7B932wd9pCsv43M"

# The application languages
# ~~~~~
play.i18n.langs = ["en"]
Expand Down
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ resolvers += Resolver.typesafeRepo("releases")

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.8.0")

addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "2.1.0")

addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.1.0")

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.16")
Expand Down

0 comments on commit 1807312

Please sign in to comment.