From 7a7e53701655c41b07922b83396f47f58f2325b9 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 7 Mar 2025 12:38:25 +0100 Subject: [PATCH 1/2] install_ibexa_dxp.md: Suggest to config activity log --- docs/getting_started/install_ibexa_dxp.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting_started/install_ibexa_dxp.md b/docs/getting_started/install_ibexa_dxp.md index b4d33b9805..27d7662227 100644 --- a/docs/getting_started/install_ibexa_dxp.md +++ b/docs/getting_started/install_ibexa_dxp.md @@ -417,6 +417,11 @@ Finally, remove the temporary file: `rm ezp_cron.txt` +### Configure recent activity log + +Actions in a repository are logged in its database, +you may want to [limit this log length by setting its automatic truncation](recent_activity.md#configuration-and-cronjob). + ### Enable the Link manager To make use of the [Link Manager](url_management.md#enabling-automatic-url-validation). From de5b9b59d25077103abe50f9974d4a449ca84825 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:10:56 +0100 Subject: [PATCH 2/2] install_ibexa_dxp.md: Move "config activity log" up --- docs/getting_started/install_ibexa_dxp.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/getting_started/install_ibexa_dxp.md b/docs/getting_started/install_ibexa_dxp.md index 27d7662227..caadf390b8 100644 --- a/docs/getting_started/install_ibexa_dxp.md +++ b/docs/getting_started/install_ibexa_dxp.md @@ -396,6 +396,11 @@ You should see the welcome page. See the [Security checklist](security_checklist.md) for a list of security-related issues you should take care of before going live with a project. +### Configure recent activity log + +Actions in a repository are logged in its database, +you may want to [limit this log length by enabling its automatic truncation](recent_activity.md#configuration-and-cronjob). + ### Enable Date-based Publisher To enable delayed publishing of Content using the Date-based Publisher, you must set up cron to run the `bin/console ibexa:scheduled:run` command periodically. @@ -417,11 +422,6 @@ Finally, remove the temporary file: `rm ezp_cron.txt` -### Configure recent activity log - -Actions in a repository are logged in its database, -you may want to [limit this log length by setting its automatic truncation](recent_activity.md#configuration-and-cronjob). - ### Enable the Link manager To make use of the [Link Manager](url_management.md#enabling-automatic-url-validation).