diff --git a/docs/cody/troubleshooting.mdx b/docs/cody/troubleshooting.mdx index 83cea36d8..206b4776f 100644 --- a/docs/cody/troubleshooting.mdx +++ b/docs/cody/troubleshooting.mdx @@ -15,13 +15,14 @@ If you're experiencing issues with Cody not responding in chat, follow these ste ### Access Cody logs -VS Code logs can be accessed via the **Outputs** view. To access logs, you need to enable Cody logs in verbose mode. To do so: +VS Code logs can be accessed via the **Outputs** view. You will need to set Cody to verbose mode to ensure important information to debug is on the logs. To do so: -- Go to the Cody Extension Settings and enable: `Cody › Debug: Enable` and `Cody › Debug: Verbose` +- Go to the Cody Extension Settings and enable: `Cody › Debug: Verbose` - Restart or reload your VS Code editor - You can now see the logs in the Outputs view - Open the view via the menu bar: `View > Output` - Select **Cody by Sourcegraph** from the dropdown list +- You can export the logs by using the command palette (Cmd+Shift+P on Mac, Ctrl+Shift+P on Windows/Linux) and searching for the "Cody Debug: Export Logs" command ![View Cody's autocomplete logs from the Output View in VS Code](https://storage.googleapis.com/sourcegraph-assets/Docs/autocomplete-logs.png)