mirror of
https://github.com/Unleash/unleash.git
synced 2024-10-28 19:06:12 +01:00
22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
---
|
|
title: Event Log
|
|
---
|
|
|
|
The event log lets you track changes in Unleash. It lists _what_ changed, _when_ it changed, and _who_ performed the change.
|
|
|
|
## Feature flag log {#event-log-per-feature-toggle}
|
|
|
|
<span id="audit-log-per-feature-flag" data-reason="backwards-compatibility"></span>
|
|
|
|
Each feature flag has its own event log. The event log is available under the "Event log" tab in the tab view.
|
|
|
|
![The event log for a feature flag. The "Event log" tab is highlighted and the UI shows the most recent changes, including a JSON diff and the change details.](/img/unleash-toggle-history.png)
|
|
|
|
## Global Event Log {#global-event-log}
|
|
|
|
<span id="global-audit-log" data-reason="backwards-compatibility"></span>
|
|
|
|
Unleash also keeps an event log across all flags and activation strategies, tracking all changes. You access the global event log via the “event log”, which you can find in the drawer menu. The global event log is only accessible by users with instance admin access.
|
|
|
|
![The global event log and how to get there. It shows a number of events and their changes as well as the navigation steps: use the admin menu and navigate to "event history".](/img/global_audit_log.png)
|