Password Reset
HomeIntegrityControlSolutionsManagement Center
2.0 Password Reset
2.0 Password Reset
  • Overview
    • Overview of Password Reset
    • Get started
  • installation
    • Using a container
    • Windows
    • Linux
  • Modules
    • PasswordReset
      • Overview
      • Module parameters
      • 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
  • Overlay
    • Overview
    • Information box
    • Language
    • Look and feel
  • 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.