diff --git a/app/server.go b/app/server.go index 12670446cc..a98c8ac5cd 100644 --- a/app/server.go +++ b/app/server.go @@ -224,7 +224,7 @@ func NewServer(options ...Option) (*Server, error) { } // This is called after initLogging() to avoid a race condition. - mlog.Info("Server is initializing...") + mlog.Info("Server is initializing...", mlog.String("go_version", runtime.Version())) // It is important to initialize the hub only after the global logger is set // to avoid race conditions while logging from inside the hub.