diff --git a/web/app/templates/query_results/inspect.html.j2 b/web/app/templates/query_results/inspect.html.j2
index f8e7e9b08ea7c6839526eb0883f3c274dc91adad..de944f2b2b0849b185bba15e8cb97a83f4df2146 100644
--- a/web/app/templates/query_results/inspect.html.j2
+++ b/web/app/templates/query_results/inspect.html.j2
@@ -130,7 +130,7 @@ document.addEventListener("DOMContentLoaded", () => {
   // Import metadata from DB passed to this view
   const metaDataJson = {{ query_metadata|tojson|safe }};
   // Initialize the client with dynamicMode set to false.
-  const client = new Client({'logging': false,
+  const client = new Client({'logging': true,
                              'dynamicMode': false,
                              'fullContext': metaDataJson.fullContext});
     /**