---
sourceDocument: 호주 IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ko-KR/it-operations-management

 Release :

    - australia

ft:locale :

    - ko-KR

ft:publication_title :

    - 호주 IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# ACC 로그 수준 구성

# 로그 수준 구성 에이전트 클라이언트 수집기 {#ariaid-title1}

* 릴리스 버전: Australia
* 
* 업데이트 날짜 2026년 03월 12일
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 소요 시간: 1분

로그에 포함할 로그 수준을 구성합니다.에이전트 클라이언트 수집기 지정된 로그 수준과 일치하거나 초과하는 모든 이벤트가 로그에 에이전트 클라이언트 수집기 표시됩니다.

## 시작하기 전에

필요한 역할: agent_client_collector_admin

## 프로시저

1. acc.yml 구성 파일에서 원하는 로그 수준을 지정합니다.  
   또는 다음과 같이 `로그 수준을 --loglevel` 명령줄 플래그에서 인수로 지정할 수 있습니다.

       acc start --log level debug

2. 서비스 관리자를 사용하여 에이전트를 다시 시작합니다.  
   * 리눅스:

         sudo service acc restart

   * 윈도우:

         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}  
   주:  
   로그 수준을 변경한 후 서비스를 다시 시작해야 합니다.

