From def10a987780eae3ab4ed2e914d84e99d1ebe7b4 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 20 Mar 2024 10:09:10 +0100 Subject: [PATCH] Add log channel for data integrity --- core/log.class.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/log.class.inc.php b/core/log.class.inc.php index 1dbd57259..b698f0d54 100644 --- a/core/log.class.inc.php +++ b/core/log.class.inc.php @@ -575,6 +575,12 @@ class LogChannels */ public const DATATABLE = 'Datatable'; + /** + * @var string Everything related to the data integrity + * @since 3.2.0 + */ + public const DATA_INTEGRITY = 'DataIntegrity'; + public const DEADLOCK = 'DeadLock'; /** * @var string Everything related to PHP sessions tracking