Is it possible to view the output of xdmp:log() that was run directly from the query console, i.e. localhost:8000.
So if I had code like this:
let $c := "hello world"
return xdmp:log($c)
Where would I view the output for this log? I tried to check the log files in the Marklogic directory and it is not there. I also tried checking the console when I do "inspect element" and it is not there either. Is there another way, i.e. different function, I could use to view log outputs for the purposes of debugging code in MarkLogic?