How to enable agent debug logging for Novell Privileged User Manager?

  • 7005718
  • 12-Apr-2010
  • 26-Apr-2012

Environment

Novell Privileged User Manager 2.2
Novell Privileged User Manager 2.2.1

Situation

How to enable agent debug logging for Novell Privileged User Manager?

Resolution

Add the following line to the /opt/novell/npum/config/unifi.xml

<ClientLog level="debug" file="/tmp/usrun.log"/>

This will create a debug log file called 'usrun.log' in the /tmp directory.


Additional Information

Example:

<Unifi db_sync="1" service_name="npum">
  <ClientLog level="debug" file="/tmp/usrun.log"/>
  <Log level="info" file="logs/unifid.log" max_size="10"/>
  <Worker min='5' smax='20' hmax='60' ttl='60' stacksize="1048576" guardsize="0"/>
  <Handler base="service/local">
    <Engine type="dso" lib="spf_dso"/>
    <Engine type="perl" lib="spf_perl"/>
  </Handler>
</Unifi>