---
sourceDocument: Yokohama IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/it-operations-management

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# ACC log rotation parameters

# Agent Client Collector log rotation parameters {#ariaid-title1}

* Release version: Yokohama
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

If Agent Client Collector logs get too large, they can drain system
resources. To ensure system efficiency, configure parameters in the
acc.yml file by which to rotate logs out of the system's storage
(Windows default location =
C:\\ProgramData\\ServiceNow\\agent-client-collector\\config\\acc.yml. Linux
default location =
/etc/servicenow/agent-client-collector/acc.yml).
{#acc-log-rotation-reference__table_hw3_21d_ymb__entry__2}

| Parameter | Definition |
|-|-|
| log-file-and-stdout | Write logs to the stdout file. Default: false |
| log-retention-duration | Maximum age, in days, of the log file before it is rotated out of the system's storage. Default: 72h |
| log-retention-files | Maximum number of log files that can be stored before being rotated out of the system. Default: 3 |
| log-max-size | Maximum size, in MB, of the log file before it is rotated out of the system's storage. Default: 10 |
| log-level | The log level to be measured by the logs. Available options are: Panic, Fatal, Error, Warn, Info, Debug. Default: Info The specified log level represents the lowest level of events displayed in the log. For example, a user who specifies Error sees all Error events, as well as Fatal and Panic events. |
[Table 1. Log rotation parameters]

{#acc-log-rotation-reference__table_hw3_21d_ymb}

