JSON Logging

Set up logging through SLF4J or JUL to log to json formatted text through standard out.

Maven dependency

<dependency>
    <groupId>com.github.secondbase</groupId>
    <artifactId>jsonlogging</artifactId>
</dependency>