Manual:$wgShowExceptionDetails
From MediaWiki.org
| 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.