Skip to content

Commit

Permalink
doc: update audit-log (accept suggestions)
Browse files Browse the repository at this point in the history
  • Loading branch information
htessaro committed Jan 19, 2024
1 parent be3a0b8 commit be1dd4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/feature-flags/audit-logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags: ['log', 'audit-logs']

import CenteredImg from '@site/src/components/centered-img/CenteredImg';

The Audit Logs feature stores all log history from the current Environment. You can use the logs to identify problems, or who performed modification in your project flags.
The Audit Logs feature stores all log history from the current Environment. You can use the logs to identify problems or who performed modifications in your project flags.

To check the logs, access the **Audit Logs** page from the sidebar menu. To check logs from other environments, you first need to change to the desired environment and then access the Audit Logs page.

Expand All @@ -20,9 +20,9 @@ To check the logs, access the **Audit Logs** page from the sidebar menu. To chec

By default, the Audit Logs displays the most recent entries. However, you can use the **Sort** button at the top right corner to switch to the **Oldest** first if you need.

To make it easier to inspect and find problems source, the Bucketeer system provides several filters you can use to find desired logs. The complete filter options is listed below:
Bucketeer system provides several filters you can use to find desired logs, making it easier to inspect and find problem sources. The complete filter options are listed below:

- **Email**: User email who performed the change, such as changing a flag variation.
- **Email**: User email who performed the change, such as modifying a flag variation.
- **Date**: Specify a date range when the logs were created.

<CenteredImg
Expand Down

0 comments on commit be1dd4c

Please sign in to comment.