Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Properties | Web Service Connector Properties | Audit Properties
 
Audit Properties
In the Properties view, under Audit, you enable auditing and specify when a service should generate audit data.
Property
Description
Enable auditing
Specifies when the service generates audit data
Select...
To...
Never
Indicate that the service should never generate audit data.
When top-level service only
Indicate that the service should generate audit data only when it is invoked by a client request or a trigger.
Always
Indicate that the service should generate audit data every time it executes.
Log on
Specifies the execution points at which the service generates audit data.
Select...
To...
Error only
Indicate that the service should generate audit data only when the service fails.
Error and success
Indicate that the service should generate audit data when the service finishes executing. The service will generate audit data regardless of whether it ends because of success or failure.
Error, success, and start
Indicate that the service should generate audit data when it begins executing and when it finishes executing. The service will generate audit data twice every time it executes (once when it begins processing and once when it finishes processing).
Include pipeline
Specifies when Integration Server should include a copy of the input pipeline in the service log.
Select...
To...
Never
Indicate that the input pipeline should never be included in the service log.
On errors only
Indicate that the input pipeline should be included in the service log only when the service ends because of errors.
Always
Indicate that the input pipeline should always be included in the service log.
Note:
If you want audit events generated by this service to pass a copy of the input pipeline to any subscribed event handlers, select On errors only or Always.
Important:
The options you select can be overwritten at run time by the value of the watt.server.auditLog server property, set in the server configuration file. This property specifies whether to globally enable or disable service logging. The default enables customized logging on a service-by-service basis.