mirror of
https://github.com/siderolabs/extensions.git
synced 2026-05-05 20:26:10 +02:00
When layered on top of gvisor, it enables debug logs. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
7 lines
152 B
TOML
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"
|