Develop > Developer Reference > Creating Discovery and Integration Adapters > Developing Generic Adapters > How to Generate Separate Generic Adapter Log Files

How to Generate Separate Generic Adapter Log Files

Previously, all the Generic Adapter log messages from all integration points are included in the fcmdb.push.all.log file. If you want to generate separate log files based on integration point names (for example, fcmdb.integrationPointName.log) for each integration point, do the following:

  1. Go to the DataFlowProbe.properties file in the <UCMDB_DataFlowProbe>\conf folder.
  2. Locate and configure the integration.log.mode parameter.

    • 0 = Keep the original behavior that all the log messages are included in fcmdb.push.all.log.
    • 1 = Both fcmdb.push.all.log and separate log files based on integration point names are generated.
    • 2 = Only separate log files based on integration point names are generated (no fcmdb.push.all.log is generated; if the previous fcmdb.push.all.log file exists in your environment, it will not be updated).

    Note This parameter only works for integration adapters that are based on the Generic Adapter Framework.

  3. Save the file.
  4. Restart Data Flow Probe Service.

Related information: