Skip to content

Commit da6a8d9

Browse files
authored
'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 da6a8d9

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
@@ -233,7 +233,7 @@ Once this is done, replicate the issue you're having then collect logging
233233
information from the following places:
234234

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

239239
Additionally, collecting core dumps (you may need to enable them first) if

0 commit comments

Comments
 (0)