Previous Topic: Revoke a CertificateNext Topic: Enable Certificate Validation Debug Log in CA EEM


Enable the Debug Log in CA EEM SDK Client

By default the eiam.javasdk.log file is installed in the %CCAServer_INSTALLED_DIR%\logs directory. The default log file level is set to Error. You can set the log level to Debug.

Follow these steps:

  1. Open the eiam.log4j.config log configuration file in the \%CCAServer_ INSTALLED _DIR%\tomcat\conf directory in a text editor.
  2. Set the log level to debug.
    <root>
    
    <priority value="debug" />
    <appender-ref ref="SDK" />
    <!-- <appender-ref ref="Console" /> -->
    
    </root>
    
  3. Stop and restart the CCA Server.