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

Commit a7c4fe2

Browse files
committed
Increment log level of debuggy log statement
1 parent 45915ae commit a7c4fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/controllers/targets/host_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (r *HostReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) {
8484
log.Error(err, "Failed to lookup ScheduledScan for Host")
8585
return ctrl.Result{}, err
8686
} else {
87-
log.V(0).Info("Wont create Scan for Host as the Scan already exists", "ScheduledScanName", scanName)
87+
log.V(4).Info("Wont create Scan for Host as the Scan already exists", "ScheduledScanName", scanName)
8888
continue
8989
}
9090

0 commit comments

Comments
 (0)