Skip to content

Commit

Permalink
Stop spamming logs when retrieving AdminWhitelistRule (jenkinsci#6128)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jan 8, 2022
1 parent bf81c20 commit 64d0f15
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public AdminWhitelistRule() {
}

public boolean getMasterKillSwitch() {
LOGGER.log(WARNING, "AdminWhitelistRule no longer has any effect but an attempt was made to read its current configuration value. See https://www.jenkins.io/redirect/AdminWhitelistRule to learn more.", new Exception());
return false;
}

Expand Down

0 comments on commit 64d0f15

Please sign in to comment.