DevTest Agent Extension Logging Level
search cancel

DevTest Agent Extension Logging Level

book

Article ID: 106272

calendar_today

Updated On:

Products

CA Continuous Application Insight (PathFinder) Service Virtualization

Issue/Introduction


How do I adjust the logging level in a DevTest Agent's extension?

Environment

All supported DevTest releases.

Cause

N/A

Resolution

Currently, there is no way to control the logging level of an extension except in code.

The default logging level in a DevTest Agent extension is INFO.

Adjusting this logging level must be done in the extension using a line similar to:
m_logger.setLevel(Log.WARNING); 

Possible logging levels are:
ERROR, WARNING, INFO, DEBUG or DEV

 

Additional Information

Not Applicable