From 366d182a6af2565380223719ca1c1b70d106c8c0 Mon Sep 17 00:00:00 2001 From: Colton Saska Date: Fri, 4 Dec 2020 13:45:58 -0500 Subject: [PATCH] Add path to coder-logs in 'How do I debug...' section (#2389) 'How do I debug issues with code-server?` section of FAQ listed the logs for VS Code for #2. This commit includes the log location for code-server. --- doc/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 1a6a217d6..5b334b606 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -232,7 +232,7 @@ code-server --log debug Once this is done, replicate the issue you're having then collect logging information from the following places: -1. stdout +1. The most recent files from `~/.local/share/code-server/coder-logs`. 2. The most recently created directory in the `~/.local/share/code-server/logs` directory. 3. The browser console and network tabs.