Configure Agent Client Collector log levels
You configure the log levels that you want the Agent Client Collector logs to contain. All events that match or exceed the specified log level display in the Agent Client Collector logs.
Before you begin
Role required: agent_client_collector_admin
Procedure
Specify the desired log level in the
acc.ymlconfiguration file.Alternatively, you can specify the log level as an argument in the
--loglevelcommand-line flag, as follows:acc start --log level debugRestart the agent using the service manager:
Linux:
sudo service acc restartWindows:
sc.exe stop AgentClientCollector sc.exe start AgentClientCollectormacOS:
sudo launchctl load -w /Library/LaunchDaemons/com.sn.acc.plist
Note: You must restart the service after changing the log level.
Parent Topic:Using Agent Client Collector logs