rhettg / Tron

Next generation batch process scheduling and management
Other
11 stars 0 forks source link

Update tronview to allow for direct access to stderr, stdout #31

Closed mtai closed 13 years ago

mtai commented 13 years ago

I don't know if I already filed this issue but here we go.

I can see a very common case where someone writing a script using Tron would like to get the stderr / stdout for a particular action. It would be useful if there was some tool or command you could do that would basically output JUST stderr or JUST stdout. Currently, tronview prints out a mixed output message making it difficult to parse.

Suggestions "tronview --stderr my_job.0.my_action" "tronview --stdout my_job.0.my_action"

or a completely new command

mtytel commented 13 years ago

Done, implemented as specified above