-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--------- Co-authored-by: Adrien Dupuis <[email protected]> Co-authored-by: Paweł Niedzielski <[email protected]> Co-authored-by: Tomasz Dąbrowski <[email protected]> Co-authored-by: julitafalcondusza <[email protected]>
- Loading branch information
1 parent
5522279
commit 1a5d4fc
Showing
7 changed files
with
93 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
description: Monitor recent activity logged actions. | ||
edition: experience | ||
--- | ||
|
||
# Recent activity log | ||
|
||
[[= product_name =]] logs various operations on the repository and in the application. | ||
|
||
If you have **Setup / Administrate** and **Activity Log / Read** [permissions](permission_system.md), | ||
you can review the most recent activity log in the Back Office, **Admin** -> **Recent activity**. | ||
|
||
![Recent activity](recent_activity.png "Recent activity") | ||
|
||
By default, actions on the following items are displayed: | ||
|
||
- [Content](content_items.md) | ||
- [Location](manage_locations_urls.md#content-locations) | ||
- [Product](products.md) | ||
- [Product variant](work_with_product_variants.md) | ||
- [Site](work_with_sites.md) | ||
|
||
!!! note | ||
|
||
If your implementation requires that other actions are logged, | ||
see [custom log entry developer documentation]([[= developer_doc =]]/administration/recent_activity/recent_activity/#adding-custom-activity-log-entries). | ||
|
||
By default, log entries are kept for 30 days. | ||
This time can be modified through configuration. | ||
For more information, see [developer documentation]([[= developer_doc =]]/administration/recent_activity/recent_activity/#configuration-and-cronjob). | ||
|
||
Log entries are grouped by date, | ||
then by logical bond (like web request, or migration file). | ||
|
||
Each activity log entry shows | ||
|
||
- when the action was performed, | ||
- who performed it (avatar, first name, last name), | ||
- the action itself as a verb, | ||
- and the item the action was performed on. | ||
|
||
Depending on the system configuration, activity logs may also be shown: | ||
|
||
- on the Dashboard with the [Recent activity block](dashboard_block_reference.md#recent-activity-block) | ||
- within the [user profile](get_started.md#view-and-edit-user-profile) | ||
|
||
## Filter activities | ||
|
||
You can filter the activities to: | ||
|
||
* follow the activity of selected users or user group, | ||
* narrow the results to selected item types, or actions. | ||
|
||
To do it, on the right side, in the **Filters** menu, choose selected filters, and click the **Apply** button. | ||
Click the **Clear** button to reset all the filters. | ||
|
||
The following example shows, how to narrow the results by selecting **Action** and **Time** filters. | ||
With these settings, activity list displays only `Publish` actions from `Last week` time period. | ||
|
||
![Published last week](recent_activity_filters.png "Published last week filter set") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters