The earlier version of dgraph-orm provided logging of the queries by default but after the latest update it has been turned off. So is there any way to turn on the logging. I need to debug and find out if the queries being fired are correct.
This is what I have tried:
dgraph.connect(config.database.dgraph);
dgraph.logging((a)=>console.log(a));
The version that I am using is 1.2.2.