Manual:$wgDebugLogGroups
From MediaWiki.org
| Debug/logging: $wgDebugLogGroups | |
|---|---|
| Direct wfDebugLog() output to file rather than $wgDebugLogFile on a group basis. |
|
| Introduced in version: | 1.5.0 (r10598) |
| Removed in version: | still in use |
| Allowed Values: | array of log group keys to filenames |
| Default Value: | empty array |
Other settings: Alphabetical | By Function
[edit] Details
Set to an array of log group keys to filenames. If set, wfDebugLog() output for that group will go to that file instead of the regular $wgDebugLogFile. Useful for enabling selective logging in production.