| Oracle® Universal Content Management Release 10gR3 |
|
![]() Previous |
![]() Next |
Home > Web Parts User Guide > Modifying Configuration Set... > The WebSupportServer.exe.co... > 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>