print version on start

This commit is contained in:
Dan Laine 2020-06-04 15:55:29 -04:00
parent 5847e69e45
commit 425817a36d
1 changed files with 1 additions and 0 deletions

View File

@ -525,6 +525,7 @@ func (n *Node) Initialize(Config *Config, logger logging.Logger, logFactory logg
n.Log = logger
n.LogFactory = logFactory
n.Config = Config
n.Log.Info("Gecko version is: %s", nodeVersion)
httpLog, err := logFactory.MakeSubdir("http")
if err != nil {