> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-hivemind-launch.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 로그

<Card title="logging이 트레이닝을 방해하나요?" href="/ko/support/models/articles/does-logging-block-my-training" arrow="true" horizontal>
  "logging 함수는 lazy인가요? 실행 중에 결과를 서버로 보내기 위해 네트워크에 의존하고 싶지 않습니다 loc ...
</Card>

<Card title="이전 step의 로그를 어떻게 덮어쓰나요?" href="/ko/support/models/articles/how-can-i-overwrite-the-logs-from-previo" arrow="true" horizontal>
  이전 step의 로그를 덮어쓰려면 forking과 rewind를 사용하세요.
</Card>

<Card title="값 목록을 어떻게 log하나요?" href="/ko/support/models/articles/how-do-i-log-a-list-of-values" arrow="true" horizontal>
  이 예제에서는 wandb.Run.log()를 사용해 loss를 logging하는 몇 가지 방법을 보여줍니다. 자세한 내용은 문서를 참조하세요  ...
</Card>

<Card title="continuous integration 또는 내부 도구로 실행한 run을 어떻게 log하나요?" href="/ko/support/models/articles/how-do-i-log-runs-launched-by-continuous" arrow="true" horizontal>
  W\&B에 log하는 자동화된 테스트 또는 내부 도구를 실행하려면 Team settings 페이지에서 Service Account를 만드세요. 이 계정은 ac ...
</Card>

<Card title="공유 머신에서 올바른 wandb 사용자 계정으로 어떻게 log하나요?" href="/ko/support/models/articles/how-do-i-log-to-the-right-wandb-user-on-" arrow="true" horizontal>
  공유 머신을 사용할 때는 WANDB\_API\_KEY 환경 변수를 설정해 run이 올바른 WandB 계정으로 log되도록 하세요  ...
</Card>

<Card title="logging을 끄려면 어떻게 하나요?" href="/ko/support/models/articles/how-do-i-turn-off-logging" arrow="true" horizontal>
  wandb offline 명령어는 환경 변수 WANDB\_MODE=offline을 설정하여 데이터가 원격 W ...에 Sync되지 않도록 합니다
</Card>

<Card title="코드가 충돌할 때 어떤 파일을 확인해야 하나요?" href="/ko/support/models/articles/which-files-should-i-check-when-my-code-" arrow="true" horizontal>
  해당 run의 경우, 코드가 실행 중인 디렉터리의 wandb/run- \_ - /logs에서 debug.log와 debug-internal.log를 확인하세요 ...
</Card>
