When I do jpm run with a profile the terminal(cmd) gets bloated with debug information and my console.log statements does not get printed, which makes debugging hard. I tried -jsconsole, but the console.log didn’t show there either. So where can I read console.log in my code when I run jpm with a profile?