Specifying integration log timeout values at deployment time
You can configure integration log timeout values for the system and for individual channels at deployment time. Requests and responses that exceed the timeout value are logged for channels that specify a log level of Warn or higher.
By default, the timeout value is 1,000 milliseconds. You can specify a new global timeout value in the environment file. You can also specify a timeout value for an individual channel in the environment file or in the channel's metadata file. You must build the model again for the changes in the channel metadata file to take effect. Changes to the environment file do not require a new build.
You can also specify a timeout value for a channel in NexJ System Admin Console at run time. The system first checks for the runtime value. If no runtime value is specified, the system checks the channel setting in the environment file and then in the channel's metadata file. Finally, the system checks the global value in the environment file. If none of the settings are specified, the default timeout value of 1,000 milliseconds applies.
Specifying a global timeout value for integration logging
You can specify a new global timeout value for integration logging. The value that you specify overrides the default timeout value of 1,000 milliseconds.
To configure the default timeout value:
You have configured a global timeout value for integration logging.
Specifying the integration logging timeout in a channel metadata file
You can specify the integration logging timeout value for an individual channel in a channel's metadata file.
To specify the integration logging timeout value for a channel:
You have specified the integration logging timeout value for an individual channel.
Specifying the integration logging timeout for a channel in the environment file
You can specify the default integration log timeout value for a channel in the environment file.
To specify the default integration log timeout value for a channel:
You have specified the integration log timeout value for a channel.