Increasing the Common Agent Framework logging level
book
Article ID: 217980
calendar_today
Updated On:
Products
Protection Engine for Cloud Services
Protection Engine for NAS
Issue/Introduction
How to increase the logging level for the Common Agent Framework (cafagent).
Resolution
Windows:
- Backup the cafagent.log from “C:\Program Files\Symantec\Common Agent Framework\Log” and then delete the original.
- Go to “C:\Program Files\Symantec\Common Agent Framework”
- Open “cafservicemain.properties” in a text editor.
- At the end of the file, find “
logging.loggers.root.level
” and set it to debug:
logging.loggers.root.level= debug
- Save the file.
- Restart the Symantec CAF Service service.
Linux:
- Backup the cafagent.log from “/var/log/sdcss-caflog/” and then delete the original.
- Browse to “/opt/Symantec/cafagent/bin”
- Open “cafservicemain.properties” in a text editor.
- At the end of the file, find “
logging.loggers.root.level
” and set it to debug:
logging.loggers.root.level= debug
- Save the file.
- Restart the cafagent:
/etc/init.d/cafagent restart
Feedback
thumb_up
Yes
thumb_down
No