Manual:$wgDebugToolbar
From MediaWiki.org
Debug/logging: $wgDebugToolbar | |
---|---|
Display the debugging toolbar |
|
Introduced in version: | 1.19.0 |
Removed in version: | still in use |
Allowed values: | (boolean) |
Default value: | false |
Other settings: Alphabetical | By Function
Details[edit | edit source]
Displays the debugging toolbar. This also enables profiling on database queries and other useful output. This must remain "false" in production to avoid exposing private information.
The debug toolbar obviously does not work when
$wgUseFileCache
is set to "true".