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

# 코드나 데이터셋 예제 없이 메트릭만 기록할 수 있나요?

기본적으로 W\&B는 데이터셋 예제를 기록하지 않습니다. 기본적으로 W\&B는 코드와 시스템 메트릭을 기록합니다.

환경 변수를 사용해 코드 로깅을 끄는 방법은 두 가지입니다:

1. `WANDB_DISABLE_CODE`를 `true`로 설정하면 모든 코드 추적이 비활성화됩니다. 이렇게 하면 git SHA와 diff patch를 가져오지 않습니다.
2. `WANDB_IGNORE_GLOBS`를 `*.patch`로 설정하면 diff patch가 서버에 동기화되지 않지만, 로컬에는 남아 있어 `wandb restore`로 계속 적용할 수 있습니다.

조직 관리자는 계정 또는 조직 대시보드의 **Settings** 탭에 있는 **Privacy** 섹션에서 조직의 모든 팀에 대해 개인정보 보호 설정을 강제 적용할 수 있습니다. 조직 관리자가 설정을 강제 적용하면 팀 관리자는 각 팀에서 해당 설정을 구성할 수 없습니다.

팀 관리자인 경우 팀의 Runs에 대한 기본 코드 저장을 끌 수 있습니다:

1. `https://wandb.ai/<team>`으로 이동합니다. `<team>`을 팀 이름으로 바꾸세요.
2. 왼쪽 내비게이션에서 **Team settings**를 선택합니다.
3. **Privacy** 섹션을 열고 **Enable code saving by default**를 끕니다.

<div id="for-details-see-privacy-settings">
  ## 자세한 내용은 [개인정보 보호 설정](/ko/platform/hosting/privacy-settings)을 참조하세요.
</div>

<Badge stroke shape="pill" color="orange" size="md">[관리자](/ko/support/models/tags/administrator)</Badge><Badge stroke shape="pill" color="orange" size="md">[팀 관리](/ko/support/models/tags/team-management)</Badge><Badge stroke shape="pill" color="orange" size="md">[메트릭](/ko/support/models/tags/metrics)</Badge>
