Manual:$wgLogRestrictions/de-formal

This page is a translated version of the page Manual:$wgLogRestrictions and the translation is 10% complete.
Logging: $wgLogRestrictions
Restricts log access to those who have a certain right.
Eingeführt in Version:1.13.0 (r32685)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(array)
Standardwert:see below

Details

This restricts log access to those who have a certain right. Users without this will not see it in the option menu and can not view it. Restricted logs will no longer be added to recent changes (if you need to get rid of old ones, try Rebuildrecentchanges.php ) and should remain non-transcludable.

Example:

$wgLogRestrictions["log's name"] = 'permission to access';

Default value

$wgLogRestrictions = [ 'suppress' => 'suppressionlog', ];