diff options
| author | Yuta URANO <[email protected]> | 2025-09-03 00:31:04 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-02 10:31:04 -0500 |
| commit | ae8313883259ccc160999a50b29e1f356b91faaa (patch) | |
| tree | 9953d0985bcd9d3cde35a956434ba0191ca1484d | |
| parent | 3ee4280dfa56e05cf2cc80a50fc97176da99cf29 (diff) | |
| download | opencode-ae8313883259ccc160999a50b29e1f356b91faaa.tar.gz opencode-ae8313883259ccc160999a50b29e1f356b91faaa.zip | |
docs: update log level configuration in troubleshooting guide (#2374)
| -rw-r--r-- | packages/web/src/content/docs/docs/troubleshooting.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/docs/troubleshooting.mdx b/packages/web/src/content/docs/docs/troubleshooting.mdx index 14ebadad1..b846bed2d 100644 --- a/packages/web/src/content/docs/docs/troubleshooting.mdx +++ b/packages/web/src/content/docs/docs/troubleshooting.mdx @@ -17,7 +17,7 @@ Log files are written to: Log files are named with timestamps (e.g., `2025-01-09T123456.log`) and the most recent 10 log files are kept. -You can configure the log level in your [config file](/docs/config#logging) to get more detailed debug information. +You can set the log level with the `--log-level` command-line option to get more detailed debug information. For example, `opencode --log-level DEBUG`. --- |
