Skip to content

Commit 672781d

Browse files
dvdksnclaude
andcommitted
sbx: drop undocumented storage-override env vars from audit logging
SANDBOXES_STORAGE_ROOT and DOCKER_SANDBOXES_APP_NAME are undocumented internals and out of scope for the audit logging page. Remove the override section; it can be documented separately in a follow-up if needed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent da03d73 commit 672781d

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

  • content/manuals/ai/sandboxes/governance

content/manuals/ai/sandboxes/governance/audit.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,3 @@ sealed `.jsonl` files only. Tools such as the Splunk Universal Forwarder,
112112
Filebeat, and CrowdStrike Falcon LogScale read the directory and forward each
113113
line as an event. Because in-progress records live in `.tmp` files until they
114114
are sealed, collectors never see partial records.
115-
116-
## Override the storage location
117-
118-
Two environment variables change where records are written. Set them on the
119-
daemon process, not the CLI.
120-
121-
| Variable | Effect |
122-
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
123-
| `SANDBOXES_STORAGE_ROOT=<dir>` | Override the base storage directory. Audit records move under `<dir>/logs/`, keeping the same platform-specific namespace as the default paths. |
124-
| `DOCKER_SANDBOXES_APP_NAME=<suffix>` | Append a suffix to the app name (`sandboxes` becomes `sandboxes-<suffix>`). Useful for running multiple daemon instances side by side. |
125-
126-
The CLI starts the daemon automatically when none is running, so exporting
127-
either variable in your shell propagates to the daemon it spawns. If a daemon
128-
is already running, stop it first with `sbx daemon stop` so the next `sbx`
129-
command starts a daemon that picks up the new value.

0 commit comments

Comments
 (0)