Versions Compared

Key

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

...


Code Block
languagetext
2022-10-04 16:15:31,775 password com.ubisecure.ubilogin.password.change.ChangeServlet WARN CredentialsChange.change INVALID: VALIDATE: com.ubisecure.ubilogin.directory.spi.StatusException: INVALID: VALIDATE

Control the log levels by the application itself with the package name com.ubisecure.ubilogin.password in the logger configuration file.For more information, see SSO diagnostics log, Configuration.

For the package or class names by the libraries used in use contact IDS support.

Example debug configuration in include-logback.xml:


Code Block
languagetext
  <!-- (10) Customise log levels -->
  <logger name="com.ubisecure.ubilogin.password" level="DEBUG" />
  <logger name="com.ubisecure.saml2.metadata.URLMetadataLocator" level="DEBUG" /> 

Audit log

In a basic configuration, Password application audit log events are printed to this file: password_audit.YYYY-MM-DD.log in the ubilogin/logs folder.


...