Skip to content

Commit

Permalink
Merge pull request #69 from hmrc/Tom/DLS-7230
Browse files Browse the repository at this point in the history
[DLS-7230] simplified logger
  • Loading branch information
TomRafferty authored Mar 31, 2023
2 parents 44b4a2a + e7b371f commit 2013819
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions conf/application-json-logger.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
<encoder class="uk.gov.hmrc.play.logging.JsonEncoder"/>
</appender>

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

<root level="${logger.application:-WARN}">
<root level="WARN">
<appender-ref ref="STDOUT"/>
</root>
</configuration>
</configuration>

0 comments on commit 2013819

Please sign in to comment.