summaryrefslogtreecommitdiffhomepage
path: root/runsc
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-10-20 21:19:48 +0000
committergVisor bot <gvisor-bot@google.com>2021-10-20 21:19:48 +0000
commitf76a604701b6726e619652d424db4a78362494e0 (patch)
tree4c7ca08d28d863b9902800374d2321637241b85d /runsc
parent18e785d536d7af375fcdd741c79e5815e8ce54bf (diff)
parentcfcd3eba9f011b73be1f359f6da7af7f2584a089 (diff)
Merge release-20211011.0-38-gcfcd3eba9 (automated)
Diffstat (limited to 'runsc')
-rw-r--r--runsc/cli/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/cli/main.go b/runsc/cli/main.go
index 058ab8232..359286da7 100644
--- a/runsc/cli/main.go
+++ b/runsc/cli/main.go
@@ -229,6 +229,7 @@ func Main(version string) {
log.Infof("\t\tNetwork: %v, logging: %t", conf.Network, conf.LogPackets)
log.Infof("\t\tStrace: %t, max size: %d, syscalls: %s", conf.Strace, conf.StraceLogSize, conf.StraceSyscalls)
log.Infof("\t\tVFS2 enabled: %t, LISAFS: %t", conf.VFS2, conf.Lisafs)
+ log.Infof("\t\tDebug: %v", conf.Debug)
log.Infof("***************************")
if conf.TestOnlyAllowRunAsCurrentUserWithoutChroot {