Enable export debug logging
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Data Management
When the property glide.export.debug is true, the instance logs export processing including database query time and the time taken to write data to the file.
When the property glide.export.debug is true, the instance logs export processing including database query time and the time taken to write data to the file. Debug logs are indicated by the text Export API. Prolonged use of this property can affect performance, so it is best to use it while debugging export processing, and then set the property back to false.
Related Content
- Export limits
The platform provides a default upper limit for data exports.
- Form export
Any user role can export form data in a variety of formats.
- List export
You can export a list of records in a variety of formats.
- Export controls
Control the column value and header value in export files using query parameters, export set properties, and system properties.
- Exporting currency fields to Excel
Exporting currency fields to Excel applies Account formatting and can be configured to convert all values to US dollars or to export values in the user's session currency.
- Export directly from a URL
You may want to export data from the URL if you need to dynamically export data from a script or web service.
- Break up a large export
If the number of records to be exported exceeds the actual export limit, you may want to break the export into smaller increments that do not place a significant performance load on the platform.