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

# Comment puis-je désactiver la journalisation des métriques système dans W&B ?

Pour désactiver la journalisation des [métriques système](/fr/models/ref/python/experiments/system-metrics), définissez `_disable_stats` sur `True` :

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

***

<Badge stroke shape="pill" color="orange" size="md">[Métriques](/fr/support/models/tags/metrics)</Badge><Badge stroke shape="pill" color="orange" size="md">[Runs](/fr/support/models/tags/runs)</Badge>
