Skip to content

Commit

Permalink
APIGOV-24680 - debug statement for QA (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolosan authored Sep 23, 2022
1 parent 2e3db04 commit d8e0e7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/agent/discoverycache.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func (dc *discoveryCache) buildDiscoveryFuncs() []discoverFunc {
resources := make(map[string]discoverFunc)

for _, filter := range dc.watchTopic.Spec.Filters {
dc.logger.Debugf("adding function %s to be executed", filter.Name)
f := dc.buildResourceFunc(filter)
if !isMPResource(filter.Kind) {
resources[filter.Kind] = f
Expand Down

0 comments on commit d8e0e7f

Please sign in to comment.