> ## 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.

# W&B에 시스템 메트릭 로깅을 비활성화하려면 어떻게 해야 하나요?

[시스템 메트릭](/ko/models/ref/python/experiments/system-metrics) 로깅을 비활성화하려면 `_disable_stats`를 `True`로 설정하세요:

```python theme={null}
wandb.init(settings=wandb.Settings(x_disable_stats=True))
```

***

<Badge stroke shape="pill" color="orange" size="md">[메트릭](/ko/support/models/tags/metrics)</Badge><Badge stroke shape="pill" color="orange" size="md">[Runs](/ko/support/models/tags/runs)</Badge>
