Password Reset
HomeIntegrityControlSolutionsManagement Center
3.1.0 Password Reset
3.1.0 Password Reset
  • THE SERVICE
    • Overview
    • About this release
      • Release notes
      • Breaking changes
    • Get started
    • Installation
      • Container
      • Linux
      • Windows
  • Modules
    • PasswordReset
      • Overview
      • Properties
      • Rules parameters
        • Minimum length
        • Maximum length
        • Uppercase
        • Lowercase
        • Special character
        • Common password
        • Number
        • Repeat password
        • Complexity
        • ❗Custom rule
    • ADResetClient
      • Overview
      • Permissions
      • Module parameters
      • ADPasswordReset valve
    • AuthN
    • Pipes
      • Reset Password
      • ADPasswordReset valve
    • Other modules
  • Operations
    • CEF logging
    • Troubleshooting
      • Extended logging
  • UI
    • Overview
    • Information box
  • On behalf of
    • Overview
    • Configuration
Powered by GitBook
On this page
  • Specific logging for Password added for components from Fortified ID
  • Generic for components from Fortified ID
  1. Operations
  2. Troubleshooting

Extended logging

This section will address different ways to extend logging some components of interest for the application.

All changes should be done in log4j2.xml located in the config folder.

Specific logging for Password added for components from Fortified ID

Locate the section with the AsyncLogger´s in log4j2.xml.

Add the following line somewhere in that section. <AsyncLogger name="fortified.pwdreset" level="debug" />

You can also change DEBUG above to TRACE instead for even more extended logging.

Generic for components from Fortified ID

<AsyncLogger name="fortifiedid" level="INFO" /> <AsyncLogger name="fortified" level="INFO" /> <AsyncLogger name="foss" level="INFO" />

You can also change INFO to DEBUG or TRACE for extended logging.

Additional log settings and information is found:

Log settings