How to enable DEBUG mode logs in arcotafm application that comes with CA Adapter?
Below are the steps to enable DEBUG mode logging in arcotafm application. Logs will be printed in <AFM_HOME>\logs\arcotafm.log file as the default location but it can be modified to print logs at any other location.
Advanced Authentication 7.1 and above releases - (Adapter 2.2.9 and above)
### Set log levels. For more verbose logging, change 'info' to 'debug'. ###logger.enterprise.name=org.apache.axis2.enterpriselogger.enterprise.level=INFO
logger.frontend.name=com.arcot.integrations.frontendlogger.frontend.level=INFO
logger.samlsvc.name=com.arcot.integrations.afm.ws.samlsvclogger.samlsvc.level=INFO
logger.common.name=com.arcot.webfort.common.apilogger.common.level=ALL
logger.authentication.name=com.arcot.webfort.authentication.apilogger.authentication.level=ALL
logger.issuance.name=com.arcot.webfort.issuance.apilogger.issuance.level=INFO
logger.pool.name=com.arcot.poollogger.pool.level=ALL
logger.riskfortAPI.name=com.arcot.riskfortAPIlogger.riskfortAPI.level=ALL
Advanced Authentication 6.2 and 5.4 releases - (Adapter 2.2.7 and below)