You can set the log level to DEBUG to log additional information that can help debug problems.

Procedure

  1. On the Windows server on which the connector is installed, go to the INSTALL_DIR\VMware Identity Manager\Connector\usr\local\horizon\conf\ directory.
  2. Update the log level in the cfg-log4j.properties and hc-log4j.properties files, which are the most commonly-used log4j files for the connector.
    1. Edit the file.
    2. In the lines that have the log level set to INFO, replace INFO with DEBUG.
      For example, change:

      rootLogger.level=INFO

      to:

      rootLogger.level=DEBUG

    3. Save the file.
      A restart of the service or system is not required.