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?

0
4 comments
Avatar
Permanently deleted user

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

0

The Log tab displays the existing log files your application writes. It doesn't save the regular console output to a file.

0
Avatar
Permanently deleted user

Really?  I've swear I've set this option before and had all console output saved to the file I specified:

logs.png

0

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

0

Please sign in to leave a comment.