In case someone else wonders about this. I only want to see output from my app - not everything from the device. I do this using the terminal with this software;
cd
mkdir tools
cd tools
git clone https://github.com/cbowns/deviceconsole.git
make
To debug;
(attach device using USB)
./deviceconsole | grep MYAPP
start app on device