You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: orca-front50/src/main/java/com/netflix/spinnaker/orca/front50/scheduling/UnusedPipelineDisablePollingNotificationAgent.java
+4-2
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ protected void tick() {
155
155
.retrieveAllApplicationNames(PIPELINE)
156
156
.forEach(
157
157
app -> {
158
-
log.info("Evaluating " + app + " for unused pipelines");
158
+
log.debug("Evaluating " + app + " for unused pipelines");
0 commit comments