Adds new property to the Configuration class

A new read-only property was added to the Configuration class. The property specifies whether a warning message is logged when a transactions is promoted to a distributed transaction. The default value is true.

You can change the logging behavior by setting LogDTCPromotions value in the eConnect configuration file. The following example shows how to specify the LogDTCPromotions value:

<appSettings>
    <add key="LogDTCPromotions" value="false" />
</appSettings>