Skip to content

Commit

Permalink
Bugfix/config logging (#556)
Browse files Browse the repository at this point in the history
* Update notifier

* Removing logging. It's already logged once
  • Loading branch information
Waschndolos authored Sep 14, 2023
1 parent 3affe77 commit 019642c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Tell us what happens instead

### Notify

@markyjackson-taulia
@Waschndolos
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Fixes #...

### Notify

@markyjackson-taulia
@Waschndolos
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ private static List<MetricFamilySamples> collectDiskUsage() throws IOException {
final com.cloudbees.simplediskusage.QuickDiskUsagePlugin diskUsagePlugin = Jenkins.get()
.getPlugin(com.cloudbees.simplediskusage.QuickDiskUsagePlugin.class);
if (diskUsagePlugin == null) {
LOGGER.warn("Cannot collect disk usage data because plugin CloudBees Disk Usage Simple is not loaded.");
return Collections.emptyList();
}

Expand Down

0 comments on commit 019642c

Please sign in to comment.