

Administering CA Configuration Automation › Configuration Settings › Creating and Managing Security Certificates › CA EEM Configuration Options for CA Configuration Automation Certificate Authentication › Enable the Debug Log in CA EEM SDK Client
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:
- Open the eiam.log4j.config log configuration file in the \%CCAServer_ INSTALLED _DIR%\tomcat\conf directory in a text editor.
- Set the log level to debug.
<root>
<priority value="debug" />
<appender-ref ref="SDK" />
<!-- <appender-ref ref="Console" /> -->
</root>
- Stop and restart the CCA Server.
Copyright © 2013 CA.
All rights reserved.
 
|
|