summaryrefslogtreecommitdiffhomepage
path: root/runsc/cli/main.go
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2021-10-20 14:12:55 -0700
committergVisor bot <gvisor-bot@google.com>2021-10-20 14:16:04 -0700
commitcfcd3eba9f011b73be1f359f6da7af7f2584a089 (patch)
tree91c5855c20ab12fc284a56c30990d922a07d3401 /runsc/cli/main.go
parentc23d67f3c092176d0d5313f186d571d4067c1d57 (diff)
Add Debug to log file header
PiperOrigin-RevId: 404635832
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 {