Skip to content

Commit

Permalink
cleaning log line
Browse files Browse the repository at this point in the history
  • Loading branch information
mnotti committed Mar 16, 2022
1 parent 2352ffb commit 4db2f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ghz/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func main() {
}

if logger != nil && isLBStrategySet && cfg.Host != "" && !strings.HasPrefix(cfg.Host, "dns:///") {
logger.Warnw("Load balancing strategy set without using DNS (dns:///) scheme. ", "strategy", cfg.LBStrategy, "host", cfg.Host)
logger.Warnw("Load balancing strategy set without using DNS (dns:///) scheme", "strategy", cfg.LBStrategy, "host", cfg.Host)
}

if logger != nil {
Expand Down

0 comments on commit 4db2f0e

Please sign in to comment.