8000 feat: Enable workspace debug logging by mtojek · Pull Request #6838 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: Enable workspace debug logging #6838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Mar 30, 2023
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
mtojek committed Mar 28, 2023
commit 245b5057425c83d64195c306c029b9f02f927969
10 changes: 5 additions & 5 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ Coder — A tool for provisioning self-hosted development environments with Terr

### --global-config

| | |
| ----------- | -------------------------------------------------- |
| Type | <code>string</code> |
| Environment | <code>$CODER_CONFIG_DIR</code> |
| Default | <code>~/Library/Application Support/coderv2</code> |
| | |
| ----------- | ------------------------------ |
| Type | <code>string</code> |
| Environment | <code>$CODER_CONFIG_DIR</code> |
| Default | <code>~/.config/coderv2</code> |

Path to the global `coder` config directory.

Expand Down
0