In this talk, I will be discussing the challenges of logging an enterprise system in the context of Adyen, our industry partner, and talk about my ongoing work.
Log data plays a key role in many important analysis tasks that critical for business such as auditing, application performance monitoring (APM), and root cause analysis (RCA). However, developing and maintaining logging code is hard: developers need to choose an appropriate log level, message format, variables that must be logged, and where to place log statements.