enabled dblog

This commit is contained in:
Bachir Soussi Chiadmi 2024-08-24 21:53:24 +02:00
parent 49cc0fb328
commit 07b267a964
4 changed files with 38 additions and 0 deletions

View File

@ -67,6 +67,7 @@ module:
date_range_formatter: 0
datetime: 0
datetime_range: 0
dblog: 0
dynamic_page_cache: 0
editor: 0
editor_advanced_link: 0

View File

@ -0,0 +1,3 @@
_core:
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
row_limit: 1000

View File

@ -0,0 +1,17 @@
uuid: 16a0d851-ac9a-441b-a83d-352b8708daec
langcode: en
status: true
dependencies:
module:
- dblog
title: 'Remove expired log messages and flood control events'
id: dblog_cron
weight: 0
module: dblog
callback: dblog_cron
scheduler:
id: simple
launcher:
id: serial
logger:
id: database

View File

@ -0,0 +1,17 @@
uuid: 99707c6c-31e0-4ee3-8807-665f9985151e
langcode: en
status: true
dependencies:
module:
- google_analytics
title: 'Default cron handler'
id: google_analytics_cron
weight: 0
module: google_analytics
callback: google_analytics_cron
scheduler:
id: simple
launcher:
id: serial
logger:
id: database