# 에이전트: 로깅 설정

### 1. 로깅 디렉토리 변경 <a href="#id-1" id="id-1"></a>

* 기존 디렉토리: `/var/log`
* (예시) 변경 후: `/sample`

에이전트 설치 후, 다음 순서에 따라 설정합니다.

```bash
mkdir /sample
mv -f /var/log/plura /sample/
ln -s /sample/plura /var/log/plura
```

### 2. 참고 사항 <a href="#id-2" id="id-2"></a>

* **평가판 사용자**: 호스트당 500MB/일 로그 저장
* **로그 보관 주기**: 로컬 저장소에 3시간 동안 보관


---

# Agent Instructions: 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://docs.plura.io/ko/faq/comm/alogging.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.
