Manual:$wgProfileOnly
Jump to navigation
Jump to search
![]() | This feature was removed from MediaWiki core in version 1.35.0.
Please see $wgProfiler['output'] for an alternative way to use this feature. |
Profiling: $wgProfileOnly | |
---|---|
Don't put non-profiling info into log file |
|
Introduced in version: | pre 1.1.0 |
Deprecated in version: | 1.23.0 |
Removed in version: | 1.35.0 |
Allowed values: | (boolean) |
Default value: | false |
Other settings: Alphabetical | By function |
Details[edit]
Don't put non-profiling info into log file
Since MediaWiki 1.23, you can set the log file in
$wgDebugLogGroups ['profileoutput']
to achieve the same functionality.Categories:
- MediaWiki configuration settings
- MediaWiki configuration settings pre 1.1.0
- MediaWiki configuration settings introduced in version pre 1.1.0
- MediaWiki configuration settings deprecated in version 1.23.0
- MediaWiki configuration settings removed in version 1.35.0
- MediaWiki deprecated or obsolete features
- Debug variables
- Log variables