Skip to content

Commit b7ed468

Browse files
committed
Logging
1 parent c00fda1 commit b7ed468

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java-components/build-request-processor/src/main/java/com/redhat/hacbs/container/build/preprocessor/AbstractPreprocessor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public void run() {
7272
}
7373

7474
Log.warnf("### Using tool %s with version %s and javaHome %s", type, buildToolVersion, javaVersion);
75-
Log.warnf("### ENV %s", System.getenv("jvm-build-service"));
7675

7776
String javaHome;
7877
if (javaVersion.equals("7") || javaVersion.equals("8")) {
@@ -153,7 +152,7 @@ public void run() {
153152
// Now add in the build script from either JBS or PNC. This might contain e.g. "mvn -Pfoo install"
154153
runBuild += buildScript;
155154
}
156-
Log.warnf("### runBuild is\n%s", runBuild);
155+
Log.debugf("### runBuild is\n%s", runBuild);
157156

158157
try {
159158
Path runBuildSh = Paths.get(jbsDirectory.toString(), "run-build.sh");

0 commit comments

Comments
 (0)