Merge release-20201130.0-75-g65a2242db (automated)

This commit is contained in:
gVisor bot 2020-12-10 03:01:05 +00:00
commit 9392e7b8a7
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import (
"io/ioutil"
"os"
"os/signal"
"runtime"
"syscall"
"time"
@ -207,6 +208,8 @@ func Main(version string) {
log.Infof("***************************")
log.Infof("Args: %s", os.Args)
log.Infof("Version %s", version)
log.Infof("GOOS: %s", runtime.GOOS)
log.Infof("GOARCH: %s", runtime.GOARCH)
log.Infof("PID: %d", os.Getpid())
log.Infof("UID: %d, GID: %d", os.Getuid(), os.Getgid())
log.Infof("Configuration:")