> ## 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 へのシステムメトリクスのログ記録を無効にするにはどうすればよいですか？

[system metrics](/ja/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">[メトリクス](/ja/support/models/tags/metrics)</Badge><Badge stroke shape="pill" color="orange" size="md">[Runs](/ja/support/models/tags/runs)</Badge>
