Skip to content
Snippets Groups Projects
Commit 6e1ca2d7 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Activate logging.

parent 1604cdea
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ document.addEventListener("DOMContentLoaded", () => { ...@@ -130,7 +130,7 @@ document.addEventListener("DOMContentLoaded", () => {
// Import metadata from DB passed to this view // Import metadata from DB passed to this view
const metaDataJson = {{ query_metadata|tojson|safe }}; const metaDataJson = {{ query_metadata|tojson|safe }};
// Initialize the client with dynamicMode set to false. // Initialize the client with dynamicMode set to false.
const client = new Client({'logging': false, const client = new Client({'logging': true,
'dynamicMode': false, 'dynamicMode': false,
'fullContext': metaDataJson.fullContext}); 'fullContext': metaDataJson.fullContext});
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment