mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add Debug to log file header
PiperOrigin-RevId: 404635832
This commit is contained in:
committed by
gVisor bot
parent
c23d67f3c0
commit
cfcd3eba9f
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user