messageLoggingStrategy
Strategy for describing how a processor’s message is logged on the server.
Note that logging the full message/payload is only available in local development. It is also recommended to use the Utilihive SDK’s tracing feature to debug messages instead of relying on a message logging strategy.
If your intention is to store a payload in runtime, it is better practice to implement an archiving strategy. Proper archiving is the only way to achieve performant storage of payloads. See the payloadArchivingStrategy sub-builder and archiveLookup processor for more details.
Properties
Name | Summary |
---|---|
|
Adds a name to a list of message exchange properties to log. Wildcard |
|
Whether to log the description associated with the message. |
|
Whether to log the full message (i.e., the payload). This option is only available when developing locally and is disabled in runtime. |