Skip to content

Commit

Permalink
[hotfix][ci] Make NoticeFileChecker log severe issues at error level.
Browse files Browse the repository at this point in the history
This closes apache#16155
  • Loading branch information
xintongsong committed Jun 15, 2021
1 parent 0cfc645 commit ca7a7e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private static int ensureRequiredNoticeFiles(
.collect(Collectors.toList()));
for (String moduleWithoutNotice : shadingModules) {
if (!MODULES_SKIPPING_DEPLOYMENT.contains(moduleWithoutNotice)) {
LOG.warn(
LOG.error(
"Module {} is missing a NOTICE file. It has shaded dependencies: {}",
moduleWithoutNotice,
modulesWithShadedDependencies.get(moduleWithoutNotice));
Expand Down

0 comments on commit ca7a7e6

Please sign in to comment.