Hi, I'm having a hard time finding how to view the entire SQL query string from the Editor instance in my NodeJS app. I'm wanting to see it for some DB performance info
let editor = getEditorInstance(db, eventBody.columns, colConfig);
editor.debug(true);
For some reason, this code isn't outputting anything to the console on my server. Is this not the right way to do this?