In a PingAM cluster, how is the debug level set?
Debugging a PingAM 8.0.2 environment is essential for troubleshooting issues that occur at the engine level. In a multi-server deployment (a cluster), different servers may be experiencing different local issues (e.g., filesystem permissions or local JVM constraints). Therefore, debug settings are managed at the server-specific level rather than the global site level.
According to the 'Debug Logging' and 'Server Settings' documentation:
The debug level (e.g., error, warning, message, info) is configured on a per-instance basis. In the PingAM Administrative Console, an administrator navigates to Deployment > Servers > [Server Name] > Debugging. Here, they can set the 'Debug Level' and 'Debug Output' (file vs. console).
Setting the level per instance allows an administrator to increase verbosity on a single 'problematic' node without flooding the logs and impacting the performance of the entire healthy cluster. While these settings eventually modify internal properties, the Admin Console is the primary and recommended interface for making these changes in version 8.0.2.
Why other options are incorrect:
Option A: While legacy versions of OpenAM used a local debug.properties file, modern PingAM stores these settings in the Configuration Store, though they are applied to specific server instances.
Option C: A 'Site' is a logical grouping for load balancing. Setting a debug level on a site would force all servers in that site to change simultaneously, which is often undesirable for targeted troubleshooting.
Option D: Changing the debug level is a standard and recommended practice for troubleshooting, provided it is returned to a lower level (like error or warning) once the issue is resolved to save disk space and CPU.
Jaclyn
5 days agoMarg
10 days agoFiliberto
15 days agoAzalee
20 days agoSina
26 days agoCorrinne
1 month agoRonny
1 month ago