diff --git a/cmd/openshift-install/log.go b/cmd/openshift-install/log.go index 44fe11c4894..cc12c132e6a 100644 --- a/cmd/openshift-install/log.go +++ b/cmd/openshift-install/log.go @@ -65,6 +65,8 @@ func setupFileHook(baseDir string) func() { DisableLevelTruncation: false, })) + logrus.Debugf("OpenShift Installer %s", version) + return func() { logfile.Close() logrus.StandardLogger().ReplaceHooks(originalHooks)