]
George Gastaldi closed FORGE-1977.
----------------------------------
Resolution: Done
Introduce VERBOSE export option for stacktraces
-----------------------------------------------
Key: FORGE-1977
URL:
https://issues.jboss.org/browse/FORGE-1977
Project: Forge
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: UI - Shell
Affects Versions: 2.7.2.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Labels: api-change
Fix For: 2.8.0.Final
In Forge 1, when an error occurred in a plugin, you could do:
{code}
set VERBOSE true
{code}
and execute the command again, that would display the stacktrace.
In Forge 2, it would be nice to have such functionality back, using
{code}
export VERBOSE=true
{code}