I would like to be able to turn on the debug logging level for the Spring Roo Shell so that I get the full stack trace if and when an error occurs.
Can anyone please advise on how to achieve this?
I would like to be able to turn on the debug logging level for the Spring Roo Shell so that I get the full stack trace if and when an error occurs.
Can anyone please advise on how to achieve this?
in the shell or edit the roo.sh or roo.bat file to have -DdevelopmentMode=true in the java commandCode:development mode --enabled true
Alan