Skip to content

Commit

Permalink
Convert container cleanup message to debug type
Browse files Browse the repository at this point in the history
  • Loading branch information
Pexers committed Aug 2, 2023
1 parent 5a0e121 commit 6e4f5a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ private ContainerNodeNameMap processCloud(

DockerDisabled dcDisabled = dc.getDisabled();
if (dcDisabled.isDisabled()) {
LOGGER.info(
LOGGER.debug(

Check warning on line 223 in src/main/java/com/nirima/jenkins/plugins/docker/DockerContainerWatchdog.java

View check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 223 is not covered by tests
"Will not cleanup superfluous containers on DockerCloud [name={}, dockerURI={}], as it is disabled",
dc.getDisplayName(),
dc.getDockerApi().getDockerHost().getUri());
Expand Down

0 comments on commit 6e4f5a3

Please sign in to comment.