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

In order to start creating Management audit log events, you need to edit the logger configuration file which resides in the following location in the default installation:

...

Windows:

Code Block
themeDefault
C:\Program Files\Ubisecure\ubilogin-sso

...

\ubilogin

...

\custom

...

\logging

...

\include-logback.xml

...

Linux: 

Code Block
themeDefault
/usr/local/ubisecure/ubilogin-sso

...

/ubilogin

...

/custom

...

/logging

...

/include-logback.xml

To enable Management audit log please modify the level for com.ubisecure.ubilogin.management logger from OFF to INFO:

...