-
Sub-task
-
Resolution: Done
-
Major
-
2.0.0.CR1
-
None
In FORGE-1439 the verbose output has been implemented using the command :
transaction-track-changes
But once it's on, there is no way to turn it off. You can add a parameter to it
transaction-track-changes --verbose true transaction-track-changes --verbose false
I would have use the export for this matter
export VERBOSE_OUTPUT= true export VERBOSE_OUTPUT= false