Previous Topic: Enable the Debug Log in CA EEM SDK ClientNext Topic: View CA Configuration Automation Security Settings and Certificates


Enable Certificate Validation Debug Log in CA EEM

By default the certvalidation.log file is installed in the %SC%\EmbeddedEntitlementsManager\logs directory. The default log file level is set to Info. You can set the log level to Debug.

Follow these steps:

  1. Open the Server.java log configuration file in the %SC% \EmbeddedEntitlementsManager\config\logger directory in a text editor.
  2. Set the log level to debug.
    <logger name="com.ca.eiam.server.certvalidation" additivity="false">
    
    <level value="debug"/>
    
    <appender-ref ref="certvalidation"/>
    
    </logger>
    
  3. Stop and restart the EEM Server.