Skip to content

Commit

Permalink
chore: clean up logging message in OpenSearch initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendomey committed Jan 28, 2025
1 parent 1535e6e commit 190e1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/search/pkg/lib/opensearch_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func InitOpenSearch(config *viper.Viper) *opensearch.Client {
return nil
}

logger.Info("[OpenSearch]:: Connected successfully...dsgsdg:", config.GetString("openSearch.url"))
logger.Info("[OpenSearch]:: Connected successfully...")

// Create indices if they do not exist.
createIndicesIfNotExists(client, config)
Expand Down

0 comments on commit 190e1a3

Please sign in to comment.