Search code examples
debuggingloggingspring-roo

Turning on debug for the Spring Roo shell


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?


Solution

  • Well there's the command:

    roo> development mode --enabled true
    

    http://static.springsource.org/spring-roo/reference/html/command-index.html#command-index-development-mode

    I don't know if it shows a full stack trace or not when an error occurs.