Skip Headers
Oracle® Universal Content Management
Release 10gR3
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

User Log Definitions

This setting lists the users that will have active logging. To activate WSS logging for a particular username, add that username to this list. The example causes the session logging to turn on for any user logged in as "sysadmin" or "RRogers".

XML Path: \configuration\WebSupportServer\UserLogDefinitions\Items

Example:

<UserLogDefinitions>
    <Items>
        <clear />
        <!-- Name must be unique across all names -->
        <add Name="sysadmin"/>
        <add Name="RRogers"/>
    </Items>
</UserLogDefinitions>