# Logging and Log Retention

In order to ensure a transparent data pipeline, we make every effort to show to the user the log pertaining to every replication job that Daton runs. This information is persisted and is made available to the user subject to the policies governed by the user's subscription. There are two places where we show log information to the users.

### Logs

Logs for each job can be viewed using the dedicated Logs page which can be found in the left menu. This page allows the users to filter the replication jobs based on their replication status, i.e, Success or Failed. Users may also use the search functionality on this page to search for jobs pertaining to a specific integration by using the [integration name](/daton/platform/essentials.md#sources) or look up logs for a particular replication job based on the integration type (Ex: Facebook, Google etc)

![Logs Page](/files/-Lizrd22BiW7UlRO_pbX)

### Integration Details

Integration details page also contains a section dedicated to listing the jobs that have been run for a particular source integration. Users can inspect the status of the jobs, find additional information, and also view the logs related to a particular source integration.

![](/files/-Ld1_orEp_9ojqJ810KD)

### Log Retention

Daton stores the logs for each executed pipeline job. These logs are made available in various places within the product. Depending on the subscription plan you are on, the retention period for logs may vary.&#x20;

| Subscription Plan | Retention Period |
| ----------------- | ---------------- |
| Starter           | 1 Month          |
| Growth            | 3 Months         |
| Business          | Unlimited        |
| Enterprise        | Unlimited        |
| Lite              | 1 Month          |


---

# Agent Instructions: 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:

```
GET https://daton-sarasanalytics.gitbook.io/daton/platform/features/monitoring/logging-and-log-retention.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
