You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zls/guides/view-logs.smd
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,9 @@ Run `zls env` and then look for the `log_file` property:
28
28
}
29
29
```
30
30
31
-
The logs can then be found in `/home/anon/.cache/zls/zls.log`. Please note that ZLS will not empty the file when restarting but always append logs instead. The log file will not contain stack traces when ZLS crashes. Use Editor logs when the stack trace should be included.
31
+
The logs can then be found in `/home/anon/.cache/zls/zls.log`. You can configure which logs should be included with the `--log-file` flag. A debug build of ZLS will include all logs by default.
32
+
33
+
Please note that ZLS will not empty the file when restarting but always append logs instead. The log file will not contain stack traces when ZLS crashes. Use Editor logs when the stack trace should be included.
0 commit comments