Skip to content

Commit 74d1b78

Browse files
authored
Change log level from warn1 to debug1 for K8s Job Pod Warnings (#6523) [ci fast]
Signed-off-by: Sam W <[email protected]>
1 parent 498125d commit 74d1b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/nf-k8s/src/main/nextflow/k8s/client/K8sClient.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ class K8sClient {
441441
throw new ProcessFailedException("K8s Job $jobName execution failed: $message")
442442
}
443443

444-
log.warn1("K8s Job $jobName does not have pod - Not yet scheduled?")
444+
log.debug1("K8s Job $jobName does not have pod - Not yet scheduled?")
445445
return Collections.emptyMap()
446446
}
447447

0 commit comments

Comments
 (0)