Skip to content

Commit

Permalink
Reduce level of noisy log (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 authored Aug 17, 2021
1 parent bf33381 commit 8a41373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ private void validateProjectVersion() {
if (!OrderableSlsVersion.check(stringVersion)) {
getProject()
.getLogger()
.warn(
.info(
"Version string in project {} is not orderable as per SLS specification: {}",
getProject().getName(),
stringVersion);
Expand Down

0 comments on commit 8a41373

Please sign in to comment.