Skip to content

Commit f483aea

Browse files
committed
'How do I debug...' references wrong path for logs
Previously, the 'How do I debub issues with code-server?` section of FAQ was referencing ``~/.local/share/code-server/logs`. For the more recent verions of code-server, it appears this log directory was renamed to ``~/.local/share/code-server/coder-logs`
1 parent 3612076 commit f483aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ code-server --log debug
232232
Once this is done, replicate the issue you're having then collect logging
233233
information from the following places:
234234

235-
1. stdout
235+
1. The most recent files from `~/.local/share/code-server/coder-logs`.
236236
2. The most recently created directory in the `~/.local/share/code-server/logs` directory.
237237
3. The browser console and network tabs.
238238

0 commit comments

Comments
 (0)