Skip to content

Commit

Permalink
run test
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed Oct 11, 2024
1 parent 3770af5 commit 1d8cd6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mainboilerplate/runconsumer/run_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ func (sc Cmd) Execute(args []string) error {
// Arize avoidance of using signed URLs.
client.SkipSignedURLs = bc.Consumer.SkipSignedURLs

log.WithFields(log.Fields{"client": client.SkipSignedURLs, "flag": bc.Consumer.SkipSignedURLs}).Info("** DJD skipped signed urls")

if bc.Broker.Cache.Size <= 0 {
log.Warn("--broker.cache.size is disabled; consider setting > 0")
}
Expand Down

0 comments on commit 1d8cd6f

Please sign in to comment.