From 3ae9ae8728ec94f9a1785fb09ab7a4ef28b6a2ff Mon Sep 17 00:00:00 2001 From: Art4 Date: Thu, 26 Dec 2024 19:13:34 +0000 Subject: [PATCH] use registerErrorHandler() in processWorker() --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index f5c0240f26..e0ab61c5dd 100644 --- a/src/App.php +++ b/src/App.php @@ -442,7 +442,7 @@ class App $this->setupLegacyServiceLocator(); - \Friendica\Core\Logger\Handler\ErrorHandler::register($this->container->create(\Psr\Log\LoggerInterface::class)); + $this->registerErrorHandler(); DI::mode()->setExecutor(Mode::WORKER);