Skip to content

Commit

Permalink
Merge pull request #70 from gmwestwater/SCRS-6466
Browse files Browse the repository at this point in the history
SCRS-6466 Fixed logger xml to display logs in Environments
  • Loading branch information
Tom-Stacey authored May 4, 2017
2 parents 09d6c91 + 4096463 commit 8a9027e
Showing 1 changed file with 2 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="WARN"/>
<logger name="uk.gov" level="${logger.uk.gov:-WARN}"/>

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

0 comments on commit 8a9027e

Please sign in to comment.