Skip to content

Commit

Permalink
🧹 log removed queries. (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavgerchev authored Nov 27, 2023
1 parent 0b0a3a2 commit e8cec1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions policy/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@ func (c *bundleCache) removeFailing(res *Bundle) {
return
}

for k := range c.removeQueries {
log.Debug().Str("query", k).Msg("removing query from bundle")
}
res.Queries = explorer.FilterQueryMRNs(c.removeQueries, res.Queries)

for i := range res.Policies {
Expand Down

0 comments on commit e8cec1d

Please sign in to comment.