Skip to main content
< All Topics
Print

Change UPA Logging Level

Change UPA Logging Level to Info (more verbose)
  1. On the machine where UPA is installed, go to:
    C:\Program Files\FullArmor\AD Bridge\Gateway\WebApp
  2. Open the Web.config file
  3. In the   <appSettings> section, find:
    <add key=”LoggingLevel” value=”Warning”/>
  4. Change “Warning” to “Info” so it now looks like:
    <add key=”LoggingLevel” value=”Info”/>
  5. Save the web.config file
  6. After making the change, the UPA service in IIS needs to be restarted.  It will be in IIS Sites, AD Bridge Gateway as shown below.


In This Article