diff options
Diffstat (limited to 'mdbp/build_schema.json')
-rw-r--r-- | mdbp/build_schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mdbp/build_schema.json b/mdbp/build_schema.json index 138de76..85bcd00 100644 --- a/mdbp/build_schema.json +++ b/mdbp/build_schema.json @@ -123,6 +123,11 @@ "directory": { "type": "string", "description": "target directory to place output artifacts, can be specified relative to the location of this json file" + }, + "log": { + "type": "boolean", + "default": true, + "description": "whether to output the build log on the stdout file descriptor" } } } |