Skip to content

Commit

Permalink
Fix invocation of logger API to send quiet log message
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Dec 27, 2022
1 parent 2c18991 commit bd52a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/main/resources/build-scan-init.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class BuildScanLifeCycleLogger {
}

void log(String message) {
logger.log(generateBuildScanLifeCycleMessage(message))
logger.quiet(generateBuildScanLifeCycleMessage(message))
}

private static String generateBuildScanLifeCycleMessage(def attribute) {
Expand Down

0 comments on commit bd52a6a

Please sign in to comment.