Enable DEBUG mode logging for Advanced Authentication Admin console
search cancel

Enable DEBUG mode logging for Advanced Authentication Admin console

book

Article ID: 10109

calendar_today

Updated On:

Products

CA Advanced Authentication CA Strong Authentication CA Risk Authentication

Issue/Introduction

How to turn on DEBUG mode for CA Advanced Authentication admin console logging?

Environment

CA Strong Authentication (previously known as Webfort or AuthMinder) 

CA Risk Authentication (previously known as Riskfort or RiskMinder)

Version 9.x

Resolution

Below are the steps to turn on DEBUG mode logging in ArcotAdmin console:

  • Navigate to <ARCOT_HOME>/conf directory.
  • Edit adminserver.ini and change “ERROR” to “DEBUG” and “INFO” to “DEBUG” on operations you want to debug.  The example below is turning debug on the UDS modules that Admin interacts with.
     
    logger.adminconsole.name=com.arcot.adminconsole
    logger.adminconsole.level=INFO

           logger.adminconsole.name=com.arcot.adminconsole
           logger.adminconsole.level=DEBUG
 

  • Restart Arcotadmin application or the Application Server to make these changes into effect.

DEBUG Logs will be printed in arcotadmin.log file in <ARCOT_HOME>/logs folder