Manual:$wgShowExceptionDetails

From MediaWiki.org

Jump to: navigation, search
Debug/logging: $wgShowExceptionDetails
If set to true, uncaught exceptions will print a complete stack trace to output.
Introduced in version: 1.8.1 (r16944)
Removed in version: still in use
Allowed Values: (boolean)
Default Value: false

Other settings: Alphabetical | By Function


[edit] Details

If set to true, uncaught exceptions will print a complete stack trace to output. This should only be used for debugging, as it may reveal private information in function parameters due to PHP's backtrace formatting.