Skip to content

Commit

Permalink
GG-7473 fix config warnings
Browse files Browse the repository at this point in the history
add feature base configs and remove debug logging
  • Loading branch information
szabolcs-szilagyi-hmrc committed Jan 24, 2024
1 parent 3a20f3a commit a57f125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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="DEBUG"/>
<logger name="uk.gov" level="INFO"/>

<logger name="userInfoResponsePayloadLogger" level="DEBUG"/>
<logger name="userInfoResponsePayloadLogger" level="INFO"/>

<root level="INFO">
<appender-ref ref="STDOUT"/>
Expand Down
3 changes: 3 additions & 0 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ play.http.router = prod.Routes
# DES API endpoint
des.individual.endpoint = /pay-as-you-earn/02.00.00/individuals/

feature.addressLine5 = false
feature.countryCode = false

# Controller
# ~~~~~
# By default all controllers will have authorisation, logging and
Expand Down

0 comments on commit a57f125

Please sign in to comment.