---
title: "Understanding System Change Log"
slug: "understanding-system-change-log"
updated: 2025-09-15T16:05:14Z
published: 2025-09-15T16:05:14Z
canonical: "documentation.encodify.com/understanding-system-change-log"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.encodify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Understanding System Change Log

## Overview

---

The **System Change Log** provides a record of configuration changes made across the system. Entries can be filtered using search criteria such as **user, event type, module, date**, and more.

## Logged Events

---

The System Change Log is accessible from **System Configuration → System Status → System Change Log** and currently logs the following types of configuration changes:

- Changes in the **Settings** module and viewing of log records
- **Field definition** changes
- **Access rights** configuration changes
- **Action** configuration changes
- **Creating or editing users**
- **User groups** configuration changes
- **Workflow and status restriction** configuration changes

![](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/Screenshot 2025-07-11 at 11.57.10.png)

## Data Retention

---

The duration for storing log data in the database can be configured in the `System.properties` file by an Encodify Administrator. Once the specified time limit is reached, records are automatically cleaned up. The cleanup interval (in hours) can be set as follows:

```plaintext
# Interval of cleanup task for config logs in hours (default is 240)
configLogging.cleanup.interval = 240
```
