1

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?

1 Answer 1

4

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.

2
  • this doesn't seem to change anything, is it logged in the console?
    – chrismarx
    Commented Jan 22, 2015 at 22:03
  • it does however work if i run the roo shell from the command line, and not from within STS
    – chrismarx
    Commented May 18, 2015 at 18:46

Not the answer you're looking for? Browse other questions tagged or ask your own question.