When it comes to troubleshooting application performance, metrics are no longer enough. To fully understand the environment you need logs and traces. Today, we’re going to focus on your Java applications. Logging in Java could be done just by easily writing data to a file, however, this is not the…