app->singleton(RRLogger::class, function () { $rpc = RPC::create('tcp://127.0.0.1:6001'); return new RRLogger($rpc); }); } }