diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-10-27 20:43:02 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-27 20:43:02 -0700 |
commit | 22ac9b07237f79e55b8af64cce02b4753e0c7cab (patch) | |
tree | 1aa4b07d47257ff3576fd9b9367da642f0fd3491 /runsc/config/config.go | |
parent | 93d2d37a93640328f01add7d4866bc107ff6a74e (diff) | |
parent | 3b8193e762c1cc37df42104f5abeb6fdc7b70c01 (diff) |
Merge pull request #4587 from lnsp:stacktrace
PiperOrigin-RevId: 339385609
Diffstat (limited to 'runsc/config/config.go')
-rw-r--r-- | runsc/config/config.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runsc/config/config.go b/runsc/config/config.go index f30f79f68..b02d8e2e1 100644 --- a/runsc/config/config.go +++ b/runsc/config/config.go @@ -37,6 +37,9 @@ type Config struct { // RootDir is the runtime root directory. RootDir string `flag:"root"` + // Traceback changes the Go runtime's traceback level. + Traceback string `flag:"traceback"` + // Debug indicates that debug logging should be enabled. Debug bool `flag:"debug"` |