From 3b8193e762c1cc37df42104f5abeb6fdc7b70c01 Mon Sep 17 00:00:00 2001 From: Lennart Espe Date: Wed, 21 Oct 2020 08:33:38 +0000 Subject: Add --traceback flag to customize GOTRACEBACK level --- runsc/config/flags.go | 1 + 1 file changed, 1 insertion(+) (limited to 'runsc/config/flags.go') diff --git a/runsc/config/flags.go b/runsc/config/flags.go index a5f25cfa2..d3203b565 100644 --- a/runsc/config/flags.go +++ b/runsc/config/flags.go @@ -49,6 +49,7 @@ func RegisterFlags() { flag.String("debug-log-format", "text", "log format: text (default), json, or json-k8s.") flag.Bool("alsologtostderr", false, "send log messages to stderr.") flag.Bool("allow-flag-override", false, "allow OCI annotations (dev.gvisor.flag.) to override flags for debugging.") + flag.String("traceback", "system", "golang runtime's traceback level") // Debugging flags: strace related flag.Bool("strace", false, "enable strace.") -- cgit v1.2.3