Configuring Mule Stacktraces
By default Mule will filter out some internal class references from stacktraces to produce a more readable output. This behavior can be controlled one of two ways:
Command-Line Arguments
Two command-line properties enable you to control this behavior using -M-DpropertyName
:
-
mule.stacktrace.full
- when present, Mule will not filter stacktraces. Intended for Mule developers only, end user would probably never need to enable this. -
mule.stacktrace.filter
- a comma-separated list of packages and/or classes to remove from the stacktraces (matched viastring.startsWith() )