<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D50Z00008G7UppSAFOkta Classic EngineAdministrationAnswered2024-04-16T13:53:07.000Z2015-09-07T08:21:12.000Z2018-08-12T04:15:20.000Z
How can I enabled verbose logging in my AD Agent
I'm currently troubleshooting an issue with pushing profile updates from Okta to Active Directory.  I'd like to be able to examine the user attributes being pushed by the AD Agent to AD.  How can I enable verobse logging in my AD Agent to capture this information?

kyxi7 likes this.
  • You can enabled verbose logging in the AD Agent by performing the following steps:

        1) Navigate to the AD Agent Install Directory

              (default: "c:\Program Files (x86)\Okta\Okta AD Agent")

        2) Edit the OktaAgentService.exe.config file.

        3) Locate the following key and change from:

             <add key="VerboseLogging" value="False" />

                to

             <add key="VerboseLogging" value="True" />

        4) Save your changes to the file.

        5) Restart the AD Agent Service

     

    Once you've restarted the AD Agent Service, please disable all but the modified AD Agent from the Okta Admin console, then retry the failing task. This allows you to isolate which AD Agent is processing the AD update request and examine the log files located in "c:\Program Files (x86)\Okta\Okta AD Agent\logs"
    Expand Post
    Selected as Best
  • You can enabled verbose logging in the AD Agent by performing the following steps:

        1) Navigate to the AD Agent Install Directory

              (default: "c:\Program Files (x86)\Okta\Okta AD Agent")

        2) Edit the OktaAgentService.exe.config file.

        3) Locate the following key and change from:

             <add key="VerboseLogging" value="False" />

                to

             <add key="VerboseLogging" value="True" />

        4) Save your changes to the file.

        5) Restart the AD Agent Service

     

    Once you've restarted the AD Agent Service, please disable all but the modified AD Agent from the Okta Admin console, then retry the failing task. This allows you to isolate which AD Agent is processing the AD update request and examine the log files located in "c:\Program Files (x86)\Okta\Okta AD Agent\logs"
    Expand Post
    Selected as Best
  • 9s1kf (9s1kf)

    Is there an analogous verbosity setting for the Okta RADIUS agent?
This question is closed.
Loading
How can I enabled verbose logging in my AD Agent