How to enable trace with Nest with .NET Core?

Back in the days of the full .net framework, you could call ConnectionSettings.EnableTrace and it would dump all the queries it runs into the Output window of Visual Studio.

Now with Nest 6.x, .EnableTrace method is gone. How do I restore that functionality?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.