Enable debug logs for AISense Recorder

You can use debug logs to troubleshoot the application window that you capture and to verify if the object is being detected correctly. The results are available as debug images in the %temp%\AISenseLogs folder.

Procedure

  1. On your local device, browse to C:\Program Files\Automation Anywhere\Bot Agent\config.
  2. Open the botlauncher-logging.xml file.
  3. Include the following logger entry within the <Loggers> XML element and save the XML file: <Logger name="com.automationanywhere.recorder" level="DEBUG"/>
    For example, add the debug logger entry below the existing logger entry.
    <Logger name="com.automationanywhere.recorder" level="INFO"/>
    <Logger name="com.automationanywhere.recorder" level="DEBUG"/>
    Changes you make to the logging configuration file are updated in seconds configured per the monitor interval value.
    Note: If the changes are not automatically applied per the monitor interval value, restart the Bot Agent service.