Hotchocolate logging errors with a scoped service

So I’m trying to log errors with HotChocolate 12.5.2 and I want to know the best place to intercept the errors. Reading the hotchocolate Documentation I found that the interface IErrorFilter have a OnError method that is called every time an error occurs, but its implementation is singleton. Is there somewhere where the service is… Read More Hotchocolate logging errors with a scoped service