<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

RADIUS Logs Debugging

Okta Classic Engine
Multi-Factor Authentication
Okta Identity Engine

Overview

This article details how to send the RADIUS logs for debugging.

Applies To

  • RADIUS

Solution

  1. Open log4j.xml, which can be found in the installation folder.
  2. Change the values from INFO to DEBUG for the following instances:

<Logger name="app" level="INFO" additivity="false">
<AppenderRef ref="app"/>
</Logger>
<Logger name="access" level="INFO" additivity="false">
<AppenderRef ref="access"/>
<AppenderRef ref="app"/>
</Logger>
<Root level="INFO">


Change to:

<Logger name="app" level="DEBUG" additivity="false">
<AppenderRef ref="app"/>
</Logger>
<Logger name="access" level="DEBUG" additivity="false">
<AppenderRef ref="access"/>
<AppenderRef ref="app"/>
</Logger>
<Root level="DEBUG">


Related References

Recommended content

Loading
Okta Support - RADIUS Logs Debugging