summaryrefslogtreecommitdiffhomepage
path: root/runsc/cli/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/cli/main.go')
-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 {