We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56cfde commit 1fbedbcCopy full SHA for 1fbedbc
admin/workspace-management/process-logging.md
@@ -30,7 +30,18 @@ The core of this feature is also open source and can be found in the
30
## Requirements
31
32
Use of the workspace process logging functionality requires a host Linux
33
-kernel >= 5.8.
+kernel >= 5.8 with the kernel config `CONFIG_DEBUG_INFO_BTF=y` enabled.
34
+
35
+To validate this config is enabled, run either of the following commands on the
36
+nodes directly (*not* from the terminal within a workspace):
37
38
+```console
39
+cat /proc/config.gz | gunzip | grep CONFIG_DEBUG_INFO_BTF
40
+```
41
42
43
+cat "/boot/config-$(uname -r)" | grep CONFIG_DEBUG_INFO_BTF
44
45
46
## Enable workspace process logging
47
0 commit comments