New Verbose Flag Controls Log Output

VoltBuilder produces a log of each run, which gives all the messages for each step. If the build fails, it automatically does an analysis of the log and reports the most serious error message.

We’ve found in most cases, that message is enough so that the issue can be resolved. The full log is not needed.

VoltBuilder now has a new flag in voltbuilder.json which can be used to control the amount of log output. If set to true, the full output of the build is output to the log. If set to false , dramatically less output is produced.

    "verbose": true

We’ll be leaving the default setting to show the verbose log until Oct 15, 2022. After that, the default will be the shorter log. Use this flag to see the full log.

Read the full blog post here!