ColdFusion Builder 2016 - Console not displaying all console data
Hi all,
I am having a problem getting "console" data to be displayed to the console within CFBuilder itself. For this example I have installed CF Builder 2016 and CF Server 2016. If I start ColdFusion manually using the following command:
>coldfusion.exe -console -start
Then ColdFusion starts up and I can see stuff like so:

Also, if I dump a variable to the console using something like either of these, I can see this in that console:
<cfdump var="some text" output="console" />
or
<cfset writeDump("some text","console") />
However, if I start the server via CF Builder, the console panel only shows the very minimum of information, I don't see anything useful really. Here is a screenshot of CF Builders console panel for a server that has been started-up and has run the "dump" code above:

I assume I am doing something silly here..... any advice would be much appreciated.
Thanks a lot
Steven
