diff options
author | Aaron Mihalik <amihalik@users.noreply.github.com> | 2023-09-15 12:05:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 09:05:07 -0700 |
commit | ea99780856d3e12647073773b2d95c699291d36d (patch) | |
tree | 2e26f0263862532885db40f7d2b8e43085061395 /docs | |
parent | 718964e54b4fafcabf281a7200f5a91049b76df3 (diff) | |
download | sncontinue-ea99780856d3e12647073773b2d95c699291d36d.tar.gz sncontinue-ea99780856d3e12647073773b2d95c699291d36d.tar.bz2 sncontinue-ea99780856d3e12647073773b2d95c699291d36d.zip |
Clarifying `logs` instructions in troubleshooting.md (#476)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/troubleshooting.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index 73969ccb..f9efac41 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -27,7 +27,7 @@ This may be necessary if you have a firewall blocking the server from downloadin ## Check the server logs 1. `cmd+shift+p` (MacOS) / `ctrl+shift+p` (Windows) -2. Search for and then select "Developer: Toggle Developer Tools" +2. Search for and then select "Continue: View Continue Server Logs" 3. Read the `continue.log` file that has opened ## Check the console logs @@ -36,8 +36,9 @@ If your Continue server is not setting up, try checking the console logs: 1. `cmd+shift+p` (MacOS) / `ctrl+shift+p` (Windows) 2. Search for and then select "Developer: Toggle Developer Tools" -3. Select `Console` -4. Read the console logs +3. This will open the [Chrome DevTools window](https://developer.chrome.com/docs/devtools/) +4. Select the `Console` tab +5. Read the console logs ## Download an Older Version |