# 로그 채널

Ticket King에는 **별도의 Discord 로그 채널이 있습니다**, 각 채널은 서로 다른 종류의 이벤트를 위한 것입니다. 각 채널은 선택 사항입니다. 하나를 설정하지 않으면 해당 종류의 이벤트는 기록되지 않습니다.

## 열림 및 종료된 티켓 로그

이 두 항목은 설정에서 다음 아래에 설정됩니다 **서버 설정 및 로그**.

| 로그 채널           | 로그 게시를 트리거하는 항목                               |
| --------------- | --------------------------------------------- |
| **열린 티켓 로그 채널** | 새 티켓이 열릴 때마다.                                 |
| **닫힌 티켓 로그 채널** | 티켓이 닫힐 때마다(모든 종료 경로). 이 로그에는 대화 기록 링크가 포함됩니다. |

<figure><img src="/files/b972092606fddff5eae20d5440fbcb8977b9ab59" alt="The Server Settings &#x26; Logging section showing the Opened and Closed Tickets log channel selectors"><figcaption></figcaption></figure>

## 티켓 평가 로그(프리미엄)

해당 <i class="fa-crown">:crown:</i> **티켓 평가 로그 채널** 는 프리미엄 아래에서 별도로 설정됩니다 **티켓 평가 설정** 그룹입니다. 구성원이 티켓 종료 후 평가를 제출하면 여기에 게시물이 생성됩니다.

<figure><img src="/files/8e2ad6897f07b921c8e90a68e0d2ba7e05fc6f6e" alt="The Ticket Rating Settings group showing the Ticket Rating Log Channel selector"><figcaption></figcaption></figure>

## 채널 분리

로그는 종류별로 분리됩니다. "모든 로그를 하나의 채널에 기록" 옵션은 없습니다. 열린 티켓 로그를 한 채널로 보내고 닫힌 티켓 로그를 다른 채널로 보낼 수 있으며, 모든 곳에서 같은 채널을 선택해 세 가지 로그를 모두 같은 채널로 보낼 수도 있습니다.

많은 서버에서는 다음을 만듭니다:

* `#tk-opened-tickets` 열린 로그용으로.
* `#tk-closed-tickets` 닫힌 로그용으로.
* `#tk-rating` 평가 로그용으로(프리미엄).

Discord 채널 권한을 사용해 각 로그를 읽을 수 있는 사람을 제어하세요.

## 패널별 재정의

패널은 위의 서버 전체 채널과 별도로 열린/닫힌 로그 대상 위치를 재정의할 수 있습니다.

→ [패널별 로그 재정의](/docs/ko/logging/per-panel-overrides.md)

## Discord에서 로그 채널을 삭제하면

Discord에서 로그 채널을 삭제했지만 Ticket King에서 여전히 설정되어 있으면 해당 채널로의 게시물을 전달할 수 없습니다. Discord에서 로그 채널을 제거할 때는 설정에서도 함께 지우거나 다른 채널을 선택하세요.

## 필요한 봇 권한

봇은 각 로그 채널에서 다음 Discord 권한이 필요합니다:

* **채널 보기**
* **메시지 보내기**
* **임베드 링크**
* **파일 첨부** (일부 로그 유형에 필요)

이 중 하나라도 없으면 로그를 게시할 수 없습니다. 로그 채널에서 봇에 이 권한을 부여하세요.

## 관련

{% content-ref url="/pages/29cabdec1ffd0bb27a24b247a8aa920ebb5b59f6" %}
[로그 항목에 표시되는 내용](/docs/ko/logging/log-embed-contents.md)
{% endcontent-ref %}

{% content-ref url="/pages/dc5e202dc04d25698473914167a9e86f417e6f40" %}
[패널별 로그 재정의](/docs/ko/logging/per-panel-overrides.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ticketking.xyz/docs/ko/logging/three-log-channels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
