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

# Logs

<Card title="Does logging block my training?" href="/support/models/articles/does-logging-block-my-training" arrow="true" horizontal>
  "Is the logging function lazy? I don't want to depend on the network to send results to your servers while executing loc ...
</Card>

<Card title="How can I overwrite the logs from previous steps?" href="/support/models/articles/how-can-i-overwrite-the-logs-from-previo" arrow="true" horizontal>
  To overwrite logs from previous steps, use forking and rewind. The ability to fork or rewind a run is in active developm ...
</Card>

<Card title="How do I download the console log file from a run?" href="/support/models/articles/how-do-i-download-the-console-log-file-from-a-run" arrow="true" horizontal>
  W\&B stores your script's stdout and stderr as output.log (or multipart chunks under logs/). Where to retrieve it depends ...
</Card>

<Card title="How do I log a list of values?" href="/support/models/articles/how-do-i-log-a-list-of-values" arrow="true" horizontal>
  You can log a list of values, such as per-step losses, with wandb.Run.log(). The following examples show two common appr ...
</Card>

<Card title="How do I log runs launched by continuous integration or internal tools?" href="/support/models/articles/how-do-i-log-runs-launched-by-continuous" arrow="true" horizontal>
  To launch automated tests or internal tools that log to W\&B, create a Service Account on the team settings page. This ac ...
</Card>

<Card title="How do I log to the right wandb user on a shared machine?" href="/support/models/articles/how-do-i-log-to-the-right-wandb-user-on-" arrow="true" horizontal>
  When multiple users share a machine, runs can log to the wrong W\&B account if you don't explicitly set credentials. To e ...
</Card>

<Card title="How do I turn off logging?" href="/support/models/articles/how-do-i-turn-off-logging" arrow="true" horizontal>
  You can stop W\&B from logging data to the remote server, or keep logging enabled but suppress its warning messages. Use  ...
</Card>

<Card title="Which files should I check when my code crashes?" href="/support/models/articles/which-files-should-i-check-when-my-code-" arrow="true" horizontal>
  For the affected run, check debug.log and debug-internal.log in wandb/run- DATE \_ TIME - RUN-ID /logs in the directory w ...
</Card>

<Card title="Why are my metrics missing from wandb.log()?" href="/support/models/articles/why-are-my-metrics-missing-from-wandb-log" arrow="true" horizontal>
  If metrics logged with wandb.log() are not appearing in the W\&B UI, there are several common causes. Offline mode withou ...
</Card>

<Card title="Why is console output not captured for my run?" href="/support/models/articles/why-is-console-output-not-captured-for-my-run" arrow="true" horizontal>
  W\&B captures your script's stdout and stderr and stores it as output.log on the run's Files tab. By default, that file u ...
</Card>
