DebugUserIDList
Summary
Sets user IDs that will receive debug output.Usage
DebugUserIDList[]= user_id1
DebugUserIDList[]= user_id2
Description
This configuration array controls which users that should see the debug output. The array must contain a list of valid user ID numbers (object ID numbers of user accounts). This setting affects all users regardless of which group they belong to. The "DebugByUser" setting must be enabled for this directive to work. Note that these settings ("DebugByUser" and "DebugUserIDList") work regardless of the value assigned to the master "DebugOutput" directive.
Examples
Example 1
[DebugSettings] DebugByUser=enabled DebugUserIDList[] DebugUserIDList[]=14 DebugUserIDList[]=70
Only users with accounts having user/object ID "14" and "70" will see the debug output regardless if the master "DebugOutput" switch is enabled or not.
Julia Shymova (04/05/2007 3:21 pm)
Balazs Halasy (13/05/2007 3:23 pm)
Comments
There are no comments.