Merge remote-tracking branch 'origin/support/3.0' into develop

# Conflicts:
#	core/log.class.inc.php
This commit is contained in:
Pierre Goiffon
2022-11-24 17:28:39 +01:00

View File

@@ -551,6 +551,9 @@ class LogChannels
*/
public const NOTIFICATIONS = 'notifications';
/**
* @since 3.0.0
*/
public const CLI = 'CLI';
/**
@@ -560,11 +563,14 @@ class LogChannels
*/
public const CMDB_SOURCE = 'cmdbsource';
public const CONSOLE = 'console';
/**
* @since 3.0.0
*/
public const CONSOLE = 'console';
public const CORE = 'core';
public const CORE = 'core';
public const DEADLOCK = 'DeadLock';
public const DEADLOCK = 'DeadLock';
public const INLINE_IMAGE = 'InlineImage';