Audit Log
Track every deploy, edit, and promote action — who did what, and when.
Availability: Audit Log requires a Pro or Enterprise licence.
What is Logged
| Action | Details captured |
|---|---|
| iFlow Deploy | User, iFlow name, package, tenant, timestamp, result |
| iFlow Undeploy | User, iFlow name, tenant, timestamp |
| Script Save | User, file name, iFlow, tenant, character diff size |
| Landscape Promote | User, iFlow, source tenant, target tenant, version, timestamp |
| Tenant Profile Add/Edit/Delete | User, profile name, timestamp |
| Settings Change | User, setting changed, old/new value (secrets redacted) |
| Login / Logout | User, auth method (local / BTP), IP address, timestamp |
Viewing the Audit Log
Go to Settings → Audit Log. The log shows the most recent 500 entries by default. Use the filter bar to search by:
- User (email or username)
- Action type
- iFlow or package name
- Date range
Exporting
Click Export CSV to download the current filtered view. Exports include all columns and are suitable for compliance or change-management reviews.
Retention
Audit log entries are stored inside the CPI Studio container. Since CF containers are ephemeral, entries are lost on restage unless you mount a persistent volume at DATA_DIR.
⚠ Production setup: For audit log durability, mount a CF volume service at /app/data or export logs regularly via the CSV export. Contact support.cpistudio@nxgenz.com for enterprise persistence options.