Which logging framework is used by Instana agents?
A.
Serilog
B.
Log4j2
C.
JSNLog
D.
Loggly
The Answer Is:
B
This question includes an explanation.
Explanation:
IBM Instana Observability agents useLog4j2as their primary logging framework for system activity, sensor status, and diagnostic output. The documentation confirms: "The default logging framework for Instana agents is Apache Log4j2, providing structured log output, multi-level verbosity, and integration with most enterprise log aggregation environments." Log4j2 is a standard for Java-based environments, supporting dynamic log rotation, filtering, and formatting. Instana agent log files follow Log4j2 conventions, enabling easy parsing by SIEM tools and adapters. Serilog (A) is a .NET framework, not used by Instana agents. JSNLog (C) is for JavaScript applications, while Loggly (D) is a SaaS log analytics platform. Log4j2’s mature design lets administrators tune performance, verbosity, and log destinations in rich deployment scenarios, directly aligning with best practices in Instana’s monitoring ecosystem. This was reconfirmed in agent reference guides and environment setup sections.