Is The Run Console Piped To A Log
I just ran a very long running process and found that the output of the run console no longer showed my full log as it was rolling to some fixed size.
Is the output also piped to a file somewhere or have I lost all the messages?
Please sign in to leave a comment.
Not by default but they recently added (in 10 maybe?) a Log tab in the run configurations with an option to save console output to a file.
The output window is indeed size limited but you can change that manually: http://devnet.jetbrains.net/message/5459574?tstart=0
The Log tab displays the existing log files your application writes. It doesn't save the regular console output to a file.
Really? I've swear I've set this option before and had all console output saved to the file I specified:

Ah, OK. This option does what it says, I didn't remember that it exists.