7c73abdede
* upgrade to spring boot 1.5.2 * add full update to REST API * modify ratings controller * upgrade herold * fix integration test * fix integration test * minor fix * fix integration test * fix integration test * minor cleanup * minor cleanup * remove log4j properties * use standard logbook.xml * remove log4j dependencies * remove commons-logging * merge * fix conflict * exclude commons-logging dependency * cleanup * minor fix * minor fix * fix dependency issues * Revert "fix dependency issues" This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec. * fix dependency issues * minor fix * minor fix * minor fix * cleanup generated files * fix commons-logging issue * add parent to pom * cleanup parent dependencies * cleanup pom |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Relevant Articles:
- TBD
- Improved Java Logging with Mapped Diagnostic Context (MDC)
- Java Logging with Nested Diagnostic Context (NDC)
References
Log4j MDC
- https://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/MDC.html
- http://veerasundar.com/blog/2009/10/log4j-mdc-mapped-diagnostic-context-what-and-why/
Log4j2 MDC
Logback MDC