Skip to content

Commit

Permalink
set up log level to 1 to avoid massively logging (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiangjing Li <xiangli@redhat.com>
(cherry picked from commit 62440e485d8b5db9953d9eb4e2623f1c3d0f48e6)
  • Loading branch information
xiangjingli authored and magic-mirror-bot[bot] committed Feb 12, 2024
1 parent 7bdce37 commit e3fef56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/gitopssyncresc/gitopssyncresc_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func (r *GitOpsSyncResource) syncResources() error {

// Skip application that don't belong to an appset
if hostingAppsetName == nil {
klog.Infof("skip application %v/%v on cluster %v, it does not belong to an appset", itemmap["namespace"], itemmap["name"], managedClusterName)
klog.V(1).Infof("skip application %v/%v on cluster %v, it does not belong to an appset", itemmap["namespace"], itemmap["name"], managedClusterName)
return nil
}

Expand Down

0 comments on commit e3fef56

Please sign in to comment.