getHandlers(); foreach ($handlers as $handler) { /*$handler->setFormatter(new LogstashFormatter('log', basename($handler->getUrl()))); $handler->pushProcessor(new FieldsProcessor()); $handler->pushProcessor(new WebProcessor()); $handler->pushProcessor(new IntrospectionProcessor()); $handler->pushProcessor(new GuardProcessor()); $handler->pushProcessor(new QueryBindingsProcessor()); $handler->pushProcessor(new HeadersProcessor()); $handler->pushProcessor(new BadResponseGuzzleProcessor()); */ $handler->pushProcessor(new UidProcessor()); } } }