Not precisely what you've asked for but may get you part of the way there, I created a hack to dump the log to a file with a timestamp as well as output to the console.
I've found it really handy when someone else does a deploy and it craps out I can just have them send me their deploy.log You could probably grep this log for your host that failed. On Nov 14, 2011, at 4:11 PM, HuangLiang <[email protected]> wrote: > Hi, all > > When I deployed several hosts in parallel, I found that all command > execution output and traces are mixed together and outputted to the > console. There is a post talking about how to store those logs into a > file, but the content of the log file has no difference with the > console output. > > So I think that an important feature is missing in capistrano - when > you deploy many hosts in parallel, you want to see the log of every > host, in separate log files, so that if some hosts failed to deploy, > you can find out what's wrong from the log file. > > I am not sure if there is already a plugin serving this purpose. A > quick google does not show any result on this. Hope someone here can > point out something useful. > > -- > * You received this message because you are subscribed to the Google Groups > "Capistrano" group. > * To post to this group, send email to [email protected] > * To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/capistrano?hl=en -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
