hmrc / logback-json-logger

Apache License 2.0
6 stars 7 forks source link

TXMNT-366 Use ConfigFactory instead of MDC to read config for app nam… #1

Closed rjshep closed 7 years ago

rjshep commented 7 years ago

…e and date format.

play-json-logger has a problem with getting the appname/date format from config when the app name hasn't (or never will be) started during integration/unit test.

Instead we plan to move people to use an updated logback-json-logger which uses ConfigFactory to read config.