From: Art4 Date: Thu, 26 Dec 2024 19:13:34 +0000 (+0000) Subject: use registerErrorHandler() in processWorker() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3ae9ae8728ec94f9a1785fb09ab7a4ef28b6a2ff;p=friendica.git use registerErrorHandler() in processWorker() --- 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);