Skip to content

Commit

Permalink
raise log level to see it
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed Oct 11, 2024
1 parent 1d8cd6f commit b3b0791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainboilerplate/runconsumer/run_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ 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")
log.WithFields(log.Fields{"client": client.SkipSignedURLs, "flag": bc.Consumer.SkipSignedURLs}).Warn("** 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 b3b0791

Please sign in to comment.