package: don't spew the manifest diff at the end of every build

This commit is contained in:
Max Weber
2020-12-18 20:09:25 -07:00
parent 82cf6ce5b2
commit b79dc3047c

View File

@@ -123,7 +123,7 @@ public class Packager implements Closeable
Gson gson = new Gson();
String diffJSON = gson.toJson(diff);
log.info("manifest change: {}", diffJSON);
log.debug("manifest change: {}", diffJSON);
try (FileOutputStream fos = new FileOutputStream("/tmp/manifest_diff"))
{