From 552280083882c0c6b02e4c50992ec88600a4e46b Mon Sep 17 00:00:00 2001 From: Colton Saska Date: Wed, 2 Dec 2020 08:35:06 -0500 Subject: [PATCH] Add path to coder-logs in 'How do I debug...' section 'How do I debub 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 1a6a217d676c..5b334b606478 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.