In certain situations, I'd like to catch an Exception but still show the Stack Trace in the stackTrace log defined via the Log4J properties in grails. How can I do that?
I know I could write it into the "normal" log using log.error myException.stackTrace
for example, but I don't want the stack trace to fill up my normal log file.