From cfcd3eba9f011b73be1f359f6da7af7f2584a089 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Wed, 20 Oct 2021 14:12:55 -0700 Subject: [PATCH] Add Debug to log file header PiperOrigin-RevId: 404635832 --- runsc/cli/main.go | 1 + 1 file changed, 1 insertion(+) 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 {