---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-operations-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Configure ACC log levels

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

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

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.

## Vorbereitungen

Role required: agent_client_collector_admin

## Prozedur

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}  
   Hinweis:  
   You must restart the service after changing the log level.

