Skip to content

Commit

Permalink
remove setting log level in test
Browse files Browse the repository at this point in the history
  • Loading branch information
petedannemann committed Sep 15, 2023
1 parent 2d12642 commit fdb8288
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/admin/brokerclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -745,8 +745,6 @@ func (c *BrokerAdminClient) CreateACL(
return errors.New("Cannot create ACL in read-only mode")
}

log.SetLevel(log.DebugLevel)

req := kafka.CreateACLsRequest{
ACLs: []kafka.ACLEntry{
entry,
Expand Down

0 comments on commit fdb8288

Please sign in to comment.