> For the complete documentation index, see [llms.txt](https://knowledgebase.fabricdata.com/xytech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.fabricdata.com/xytech/webhooks/export-adaptor-logs.md).

# Export Adaptor Logs

When Export Adaptors are enabled for logging, all Export Adaptor communications will be logged into the Export Adaptor Log to assist with auditing and troubleshooting. (By default, logging is enabled for all adaptors.) From the navigation menu, click **System** and click **Export Adaptor Logs** to view the log entries.

*Figure 9 - Export Adaptor Logs List*

![](/files/KBm88Cmh5rp9NF6FOGH7)

Click the ID in the **Export Adaptor Log No** column to view the details of a log entry, including all relevant values such as date times and request/response payloads.

*Figure 10 - Export Adaptor Log Entry*

![](/files/QT98dUPT8Q7GXWovMidM)

### Action Menu

There is an Action Menu item on individual documents to display a filtered Export Adaptor Log for that specific document. For example, when viewing a Work Order, the Action Menu item filters the log entries to that specific Work Order only.

&#x20;*Export Adaptor Logs on the Work Order Action Menu*

![](/files/ohzfMs7smiGETu9u5IE1)

### Auto Log Clean-Up

To prevent the log tables from growing exponentially due to large payload values, a periodic clean-up process removes the request and response payloads from "old" log items. The system retains the log entry that provides information that the payload was sent but removes the payloads. The default setting for this process is to clean up log items older than 60 days. This setting can be manually overwritten if required via the Application Server configuration settings.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledgebase.fabricdata.com/xytech/webhooks/export-adaptor-logs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
