> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# sweep가 로컬에 로그를 저장하는 디렉터리를 어떻게 변경하나요?

환경 변수 `WANDB_DIR`를 설정해 run 데이터의 로깅 디렉터리를 지정합니다. 예를 들면 다음과 같습니다:

```python theme={null}
os.environ["WANDB_DIR"] = os.path.abspath("your/directory")
```

***

<Badge stroke shape="pill" color="orange" size="md">[Sweeps](/ko/support/models/tags/sweeps)</Badge>
