summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-07-23 17:53:58 -0500
committerGitHub <[email protected]>2025-07-23 18:53:58 -0400
commit3e69d5276b3c08f4f890e2c13a0b14d18a692d08 (patch)
treedad3882527b26994260b4b719f1c716fb7515912
parent289a4d9b1826fd055d3640947fa4ddb4e13ec296 (diff)
downloadopencode-3e69d5276b3c08f4f890e2c13a0b14d18a692d08.tar.gz
opencode-3e69d5276b3c08f4f890e2c13a0b14d18a692d08.zip
docs: remove deprecated 'log_level' reference in docs (#1258)
-rw-r--r--packages/web/src/content/docs/docs/config.mdx20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/web/src/content/docs/docs/config.mdx b/packages/web/src/content/docs/docs/config.mdx
index 8bc40dc33..77026c417 100644
--- a/packages/web/src/content/docs/docs/config.mdx
+++ b/packages/web/src/content/docs/docs/config.mdx
@@ -99,26 +99,6 @@ Logs are written to:
- **macOS/Linux**: `~/.local/share/opencode/log/`
- **Windows**: `%APPDATA%\opencode\log\`
-You can configure the minimum log level through the `log_level` option.
-
-```json title="opencode.json"
-{
- "$schema": "https://opencode.ai/config.json",
- "log_level": "INFO"
-}
-```
-
-With the following options:
-
-| Level | Description |
-| ------- | ---------------------------------------- |
-| `DEBUG` | All messages including debug information |
-| `INFO` | Informational messages and above |
-| `WARN` | Warnings and errors only |
-| `ERROR` | Errors only |
-
-The **default** log level is `INFO`. If you are running opencode locally in development mode it's set to `DEBUG`.
-
---
### Sharing