Change log level on CCA Agent
search cancel

Change log level on CCA Agent

book

Article ID: 68909

calendar_today

Updated On:

Products

CA Configuration Automation

Issue/Introduction

How to change log level on CCA Agent?

Environment

Configuration Automation - All versions

Resolution

Log level of CCA Agent can be configured in agent.conf. Default path is,

 

for Windows:

C:\Program Files\CA\CCA Agent\agent.conf

 

for Linux:

/opt/CA/CCAAgent/agent.conf

 

 

Default log level is 0. It means no logging. You can update agent.conf if you want to get,

 

ERROR logs:

verbose=1

 

ERROR and INFO logs:

verbose=2

 

All logs:

verbose=4

 

After that, you need to restart CCA Agent. And then, you can find agent.log under agent.conf path.