When troubleshooting Java applications, JVM metrics alone aren't enough. You also need Java logs and traces. This article focuses on Java application logs. In this blog, we will focus on: Logging is a ...
Many web/mobile applications generate huge amount of event logs (c,f. login, logout, purchase, follow, etc). Analyzing these event logs can be quite valuable for improving services. However, ...