Configure Logging

FlexNet Manager Suite 2022 R1 (On-Premises)

Change the path and file name for logging by the OEM adapter.

The log file name and location cannot be set during installation of the OEM adapter, but after installation, they can be modified as follows:

To configure logging:

  1. In the OEMAdapter.exe.config file, locate the <appender> element called RollingFileAppender.
  2. Edit the child <file> element by replacing the drive, path and file name shown as placeholders here:
    <appender name="RollingFileAppender"
              type="log4net.Appender.RollingFileAppender">
       <file value="drive:\path\path\logfilename.txt"></file>
    </appender?
  3. Save the amended configuration file.
    The Password Store: Password Filter dialog displays.
After the next run of the OEM adapter, inspect the log in your new location.

FlexNet Manager Suite (On-Premises)

2022 R1