diff --git a/docs/feature-flags/audit-logs.mdx b/docs/feature-flags/audit-logs.mdx index 08408423..568e317a 100644 --- a/docs/feature-flags/audit-logs.mdx +++ b/docs/feature-flags/audit-logs.mdx @@ -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. @@ -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.