Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

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)

Julia Shymova, Balazs Halasy


Comments

  • DebugOutput

    "Note that these settings ("DebugByUser" and "DebugUserIDList") work regardless of the value assigned to the master "DebugOutput" directive."

    This is not correct, or at least it's misleading. To get any debug output the parameter DebugOutput must be set to enabled.
    • Re: DebugOutput

      This behavior is intended, see http://issues.ez.no/10708