Skip to content

Commit

Permalink
Less logging
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Apr 2, 2020
1 parent 0b93d80 commit 0d9e881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ func (instance *KubernetesBasedRepository) Init(stop support.Channel) error {
}

func (instance *KubernetesBasedRepository) onRuleAdded(_ []string, r Rule) {
log.WithField("rule", r).Info("rule added")
log.WithField("rule", r).Debug("rule added")
}

func (instance *KubernetesBasedRepository) onRuleRemoved(_ []string, r Rule) {
log.WithField("rule", r).Info("rule removed")
log.WithField("rule", r).Debug("rule removed")
}

type repositoryImplState struct {
Expand Down

0 comments on commit 0d9e881

Please sign in to comment.