diff --git a/monstache.go b/monstache.go index 106cb79..ad607ca 100644 --- a/monstache.go +++ b/monstache.go @@ -4369,6 +4369,7 @@ func buildMongoClient(config *configOptions) *mongo.Client { } infoLog.Printf("Started monstache version %s", version) infoLog.Printf("MongoDB go driver %s", mongoversion.Driver) + infoLog.Printf("Elasticsearch go driver %s", elastic.Version) if mongoInfo, err := getBuildInfo(mongoClient); err == nil { infoLog.Printf("Successfully connected to MongoDB version %s", mongoInfo.Version) } else {