---
sourceDocument: Xanadu IT Operations Management
sourceDocumentLink: https://www.servicenow.com/docs/r/xanadu/it-operations-management

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Configure Agent Client Collector log levels

# Configure Agent Client Collector log levels {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

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

1. Specify the desired log level in the acc.yml configuration file.  
   Alternatively, you can specify the log level as an argument in the `--loglevel` command-line flag, as follows:

       acc start --log level debug

2. Restart the agent using the service manager:  
   * Linux:

         sudo service acc restart

   * Windows:

         sc.exe stop AgentClientCollector
         sc.exe start AgentClientCollector

   * macOS:  

         sudo launchctl load -w /Library/LaunchDaemons/com.sn.acc.plist

   {#acc-configure-log-levels__ul_u5n_bsj_mlb}  
   Note:  
   You must restart the service after changing the log level.

