

Administering CA Configuration Automation › Configuration Settings › Creating and Managing Security Certificates › CA EEM Configuration Options for CA Configuration Automation Certificate Authentication › Enable Certificate Validation Debug Log in CA EEM
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:
- Open the Server.java log configuration file in the %SC% \EmbeddedEntitlementsManager\config\logger directory in a text editor.
- Set the log level to debug.
<logger name="com.ca.eiam.server.certvalidation" additivity="false">
<level value="debug"/>
<appender-ref ref="certvalidation"/>
</logger>
- Stop and restart the EEM Server.
Copyright © 2013 CA.
All rights reserved.
 
|
|