You can activate the debug level for user audit log messages to include the log messages in the ui_runtime.log file.

Prerequisites

Verify that you have the root user credentials to log in to the vRealize Log Insight virtual appliance.

Procedure

  1. Navigate to the location /usr/lib/loginsight/application/etc/ and open the configuration file loginsight-config-base.xml in any text editor.
  2. Add a new logger for LoginActionBean with the DEBUG login level:
    <loggers>
        <logger name="com.vmware.loginsight.web" level="${uiLevel}" additivity="false">
          <appenderRef ref="UI_RUNTIME_FILE"/>
    </loggers>
  3. Save and close the loginsight-config-base.xml file.
  4. Run the service loginsight restart command to apply your changes.
    Tip:

    You can also activate the debug level for user audit logs without restarting the vRealize Log Insight service. For more information, see vRealize Log Insight Log Files.