Andrey Smirnov 884722fdd2
test: add gvisor-debug extension
When layered on top of gvisor, it enables debug logs.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2024-03-01 14:35:13 +04:00

7 lines
152 B
TOML

log_path = "/var/log/runsc/%ID%/shim.log"
log_level = "debug"
[runsc_config]
debug = "true"
debug-log = "/var/log/runsc/%ID%/gvisor.%COMMAND%.log"