Enabling MFA Server Logs

Prev Next

This article only shows the file and log file paths for MFA Server versions that are 4.9.5.1 or newer. If your MFA server is not up to version 4.9.5.1 or later, it is strongly recommended to upgrade. Please see our server upgrade information page for more information.

Logging Output Path

C:\ProgramData\IdentityAutomation\MFA Server\

Enabling MFA Server Logs

Enabling all 4 of the server logs are not always necessary. Depending on the issue at hand, you may only need one to two files changed instead of all four.

App Details Log File Name
WebSite Issues with the ONE portal MFAWebSiteLog.log
ServiceSite Issues with computer client communications, connections and activity MFAServiceSiteLog.log
RestServices Issues with mobile communications, connections and activity MFASyncServicesLog.log
API Issues with the Self Service Portal MFApiLog.log

Steps to Enable

  1. Open Notepad (or other text editor) as an administrator.

  2. From the editor, open the file(s):

    • C:\Program Files\Identity Automation\RapidIdentity MFA\WebSite\web.config
    • C:\Program Files\Identity Automation\RapidIdentity MFA\ServiceSite\web.config
    • C:\Program Files\Identity Automation\RapidIdentity MFA\RestServices\web.config
    • C:\Program Files\Identity Automation\RapidIdentity MFA\Api\web.config


  3. In each file, use Ctrl+f to find "switchValue".

  4. By default, this setting is "Off". Update the value to "All".
    updateToAll.png


  5. Save the file.

  6. Perform an iisreset.