Skip to content

Commit

Permalink
Fixing logging in collection util. (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman authored Mar 9, 2020
1 parent d87725b commit 5c8dc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/util/collection_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func CreateCollection(cloud string, collection string, numShards int64, replicat
queryParams.Add("router.name", routerName)
queryParams.Add("numShards", numShardsParameter)
} else {
log.Info("router.name must be either compositeId or implicit. Provided: ", routerName)
log.Info("router.name must be either compositeId or implicit. Provided: ", "router.name", routerName)
}

resp := &SolrAsyncResponse{}
Expand Down

0 comments on commit 5c8dc25

Please sign in to comment.