IBM App Connect Enterprise, Version 11.0.0.2 Operating Systems: Windows, Linux


Switching Trace nodes on and off

You can enable and disable Trace nodes by setting properties in the server.conf.yaml integration server configuration file.

About this task

When an integration server is created, or a message flow is deployed, its Trace node switch is set to on by default. The message flow level Trace node switch setting is not changed on redeployment. You can significantly improve the performance of a flow that includes Trace nodes by switching Trace nodes off.

If the Trace node setting for an integration server is off, all Trace nodes in its flows are disabled. You can change the settings for Trace nodes in individual message flows; the settings are applied when you turn on Trace nodes for the integration server. If the Trace node setting for an integration server is on, the Trace node switch setting of each message flow determines the effective settings.

Example: switching off Trace nodes for an integration server

Procedure

  1. Open the server.conf.yaml configuration file for your integration server, by using a YAML editor.

    If you do not have access to a YAML editor, you can edit the file by using a plain text editor; however, you must ensure that you do not include any tab characters, because they are invalid in YAML and would cause your integration server configuration to fail. If you are using a plain text editor, ensure that you use a YAML validation tool to validate the content of your file.

  2. Set the traceNodeLevel property to false. For more information about configuring an integration server by using the server.conf.yaml file, see Configuring an integration server by using the server.conf.yaml file.
  3. Restart the integration server for the changes to take effect. For information about how to start an integration server, see Starting an integration server.

au60100_.htm | Last updated 2018-11-02 14:46:07