diff --git a/app.go b/app.go index 9b6849d..d6c6735 100644 --- a/app.go +++ b/app.go @@ -179,7 +179,7 @@ func getKeyFromWallet(w *wallet.Wallet, addrStr string, password *string) (*ecds } func (a *app) Wait() { - a.log.Info("starting application") + a.log.Info("starting application", zap.String("version", a.cfg.GetString(cfgApplicationVersion))) <-a.webDone // wait for web-server to be stopped }