MDL-22650 - extend apidebugmask description with an example.

This commit is contained in:
Piers Harding 2010-06-05 19:09:16 +00:00
parent 4b7c96d9e6
commit ae350951c2

View file

@ -31,7 +31,7 @@ $string['allowapidebug'] = 'Activate API debug and tracing (set the capture mask
$string['allowtypeexternal'] = 'Enable external package type'; $string['allowtypeexternal'] = 'Enable external package type';
$string['allowtypeimsrepository'] = 'Enable IMS package type'; $string['allowtypeimsrepository'] = 'Enable IMS package type';
$string['allowtypelocalsync'] = 'Enable downloaded package type'; $string['allowtypelocalsync'] = 'Enable downloaded package type';
$string['apidebugmask'] = 'API debug capture mask (simple regex on <username>:<activityname>)'; $string['apidebugmask'] = 'API debug capture mask - use a simple regex on <username>:<activityname> e.g. admin:.* will debug for admin user only';
$string['areacontent'] = 'Content files'; $string['areacontent'] = 'Content files';
$string['areapackage'] = 'Package file'; $string['areapackage'] = 'Package file';
$string['asset'] = 'Asset'; $string['asset'] = 'Asset';