Fixup LogChannels

This commit is contained in:
Philipp 2025-01-05 22:26:08 +01:00
parent 40fbb02149
commit 5fe9d53cfa
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
5 changed files with 5 additions and 7 deletions

View file

@ -24,7 +24,7 @@ use RuntimeException;
*/
final class JetstreamDaemon extends AbstractConsole
{
public const LOG_CHANNEL = LogChannel::AUTH_JABBERED;
public const LOG_CHANNEL = LogChannel::DAEMON;
private Mode $mode;
private IManageConfigValues $config;