Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit d95270d

Browse files
committed
Increase log level of noisy log
1 parent 07c95b9 commit d95270d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/controllers/execution/scan_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func (r *ScanReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) {
8787
if state == "" {
8888
state = "Init"
8989
}
90-
log.Info("Scan Found", "Type", scan.Spec.ScanType, "State", state)
90+
log.V(5).Info("Scan Found", "Type", scan.Spec.ScanType, "State", state)
9191
switch state {
9292
case "Init":
9393
err := r.startScan(&scan)

0 commit comments

Comments
 (0)