Add log channel for data integrity

This commit is contained in:
Molkobain
2024-03-20 10:09:10 +01:00
parent b29597110e
commit def10a9877

View File

@@ -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