Skip to content

Commit

Permalink
Merge 99ab73c into 1e10ffc
Browse files Browse the repository at this point in the history
  • Loading branch information
isaachier committed Dec 5, 2017
2 parents 1e10ffc + 99ab73c commit cfe8c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/hotrod/services/driver/redis.go
Expand Up @@ -62,6 +62,7 @@ func (r *Redis) FindDriverIDs(ctx context.Context, location string) []string {
for i := range drivers {
drivers[i] = fmt.Sprintf("T7%05dC", rand.Int()%100000)
}
r.logger.For(ctx).Info("Found drivers", zap.Strings("drivers", drivers))
return drivers
}

Expand Down

0 comments on commit cfe8c62

Please sign in to comment.