Revise Logging Mechanism
search cancel

Revise Logging Mechanism

book

Article ID: 366836

calendar_today

Updated On:

Products

DX SaaS

Issue/Introduction

There are 210 lines containing pairs of lines like following:
 [DEBUG] [IntroscopeAgent.InfrastructureAgent] Found Url encoded metric path: (slub_flushwq)%7C5
 [DEBUG] [IntroscopeAgent.InfrastructureAgent] converting (slub_flushwq)%7C5 to (slub_flushwq)|5
These do not repeat but again would be best logged to IntroscopeAgent.SnmpCollector  assuming they are written by hostmonitoring extension.

Rather than documenting all such lines, perhaps better would be to inspect code and redirect all logging IntroscopeAgent.SnmpCollector or logger beneath that.

Resolution

Redirect the appropriate logging from the generic "Infrastructure Agent" to "SnmpCollector".