AuditMode
What provider actions should be recorded to audit tables.
Data Type
string
Default Value
""
Remarks
The driver can record certain internal actions taken when it runs queries. For each of those actions listed in this option, the driver will create a temproary audit table which logs when the action took place, what query caused the action and any other relevant information.
By default this option is set to 'none' and the driver does not record any audit information. This option can also be set to a comma-separated list of the following actions:
Mode Name | Audit Table | Description | Columns |
start-jobs | AuditJobs#TEMP | Records all jobs started by the driver | Timestamp,Query,ProjectId,Location,JobId |
Refer to AuditLimit for more information on how to limit the size of these tables.