summaryrefslogtreecommitdiffhomepage
path: root/runsc
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-06-01 21:35:04 +0000
committergVisor bot <gvisor-bot@google.com>2020-06-01 21:35:04 +0000
commit91a529403d2b16bfe8f6cfba393d3dd36853ef37 (patch)
tree41622fe1c3e0a36cc49d8ea84fd434556016bd2d /runsc
parentcd914d8ca3d423c378bf337c69c56295bb39f37d (diff)
parent12f74bd6f6208f87c857da4adddeb0c32f15e893 (diff)
Merge release-20200522.0-53-g12f74bd6 (automated)
Diffstat (limited to 'runsc')
-rw-r--r--runsc/cmd/boot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/boot.go b/runsc/cmd/boot.go
index 4c2ac6ff0..01204ab4d 100644
--- a/runsc/cmd/boot.go
+++ b/runsc/cmd/boot.go
@@ -136,7 +136,7 @@ func (b *Boot) Execute(_ context.Context, f *flag.FlagSet, args ...interface{})
}
// Ensure that if there is a panic, all goroutine stacks are printed.
- debug.SetTraceback("all")
+ debug.SetTraceback("system")
conf := args[0].(*boot.Config)