Improve APM Agent log message " [WARN] [IntroscopeAgent.Agent] Property introscope.agent.log.max.rollover.index value null is not a number"
search cancel

Improve APM Agent log message " [WARN] [IntroscopeAgent.Agent] Property introscope.agent.log.max.rollover.index value null is not a number"

book

Article ID: 275647

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope) DX Application Performance Management

Issue/Introduction

Suggestions for improvement:

- the above WARN message is reported many times in the Agent log
- the message is misleading, this message should not be output unless there was an attempt to define property with a value which was not a number.
- it should be reported as an INFO message and should include the default value.

 

Environment

APM Agent 23.x

Cause

The issue is related to enhancement # DE578884,

Suggestion for code improvement: report the current WARN message as INFO as below:

 [INFO] [IntroscopeAgent.Agent] Configuration property(introscope.agent.log.max.rollover.index) set to default value of "4"

Resolution

None

The code enhancement is targeted to APM SaaS version 24.2. For more information contact Broadcom Support

Additional Information

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/dx-apm-agents/SaaS/java-agent/configure-java-monitoring/java-agent-logging.html