LogStatusInfo Element (ADF)
Specifies whether the distributor logs status information for all or just failed notifications.
Syntaxe
<ApplicationExecutionSettings>
...
<DistributorLogging>
...
<LogStatusInfo>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
Boolean. |
Default value |
true. |
Occurrence |
Optional once per DistributorLogging element. |
Updates |
Can be added, deleted, and modified when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
None. |
Notes
Notification Services always logs status information for failed deliveries. Setting the LogStatusInfo value to true configures Notification Services to log status information text for all notifications.
Logged status text is limited to 2048 Unicode characters.
To view log data, use the Vue NS<NotificationClassName>NotificationDistribution.
Exemple
The following example shows how to specify that the application logs notification status information only for failed notifications.
<LogStatusInfo>false</LogStatusInfo>
Voir aussi
Référence
Application Definition File Reference
Autres ressources
Configuration de la journalisation sur le serveur de distribution
Mise à jour des instances et des applications