Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The management audit log records every add, change and delete action made by all users of the Ubisecure SSO Management application.
Example logs are shown:

...

Enabling in logger configuration

To enable Management audit log events to be created, you need to edit the logger configuration file which resides in the following location in the default installation:

...

Code Block
  <!-- (6) SSO management audit log. -->
  <!-- Set the level to INFO if you desire to have SSO Management audit file log -->
  <logger name="com.ubisecure.ubilogin.management" level="OFFINFO">
    <appender-ref ref="MANAGEMENT_AUDIT_FILE" />
  </logger>

...