Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: revert logback updates

Statistics log is the same as the audit log, except the personal identifying user principal information is not shown.

...

To enable Statistics Log please edit the configuration file (logback.xml replacing log4j.properties since SSO 9.0)

Configuring via logback.xml file (SSO 9.x and newer)

The logback.xml file is located in ubilogin customization directory (ubilogin-sso/ubilogin/custom/logging/logback.xml) and contains the configuration of all SSO logging. Learn about Logback configuration file syntax.

To enable Statistics Log please add statistics=<level> to the turboFilter configuration, e.g. for level INFO it should looks like:

...

themeDefault

...

This way, all entries for the statistics marker will automatically be added to the logs if any appender includes the marker, e.g. for the uas_statistics log file:

...

themeDefault

More examples of Logback configuration can be found in Diag log description section. 

Configuring via log4j.properties file

...

To enable Statistics Log please edit the following file with a text editor:

...

Code Block
themeDefault
log4j.logger.ubilogin.statistics = INFO, Statistics

Enabling in Log Viewer

Edit the following file with a text editor to enable the log in the Log Viewer:

...