Versions Compared

Key

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

Logback has been chosen as the logging framework because it supports all the functionality that had been implemented in the SSO proprietary logging system.

...

  1. Each web application has its class path the defined context name for the application in a logback.xml file. This file also includes the actual logger configuration for the application.

  2. Common logger configurations, used by all web applications found in the include-logback.xml file. This file contains all the definitions required by SSO logback configuration.

Note

If you have a SSO cluster installation you need to configure both nodes in the same way.

Main logback.xml files

The logback.xml files reside in the default installation location for each web application, (<webapp> is the name of the web application like uas, logviewer, sso-api etc.):

...

The include-logback.xml file resides in the following location in the default installation. This file in intended to permit customisation: JOHN edited to here

  • Linux: /usr/local/ubisecure/ubilogin-sso/ubilogin/custom/logging

  • Windows: C:\Program Files\Ubisecure\ubilogin-sso\ubilogin\custom\logging

...