Hi Andres, I don't know the exact answer to your question, but these links might help you:
https://github.com/fabric/fabric/issues/163 http://stackoverflow.com/questions/9927280/setting-the-log-level-causes-fabric-to-complain-with-no-handlers-could-be-found Cheers, Jens On Mon, May 27, 2013 at 4:31 PM, Andres Riancho <[email protected]>wrote: > List, > > I've been playing around with fabric and I see that the output > usually looks like: > > $ fab -H localhost,linuxbox host_type > [localhost] run: uname -s > [localhost] out: Darwin > [linuxbox] run: uname -s > [linuxbox] out: Linux > > In some cases it would be useful for me to have a timestamp for > each command and output, like: > > $ fab -H localhost,linuxbox host_type > [localhost 13:01] run: uname -s > [localhost 13:02] out: Darwin > [linuxbox 13:01] run: uname -s > [linuxbox 13:02] out: Linux > > Is there a way to get that? > > Regards, > -- > Andrés Riancho > Project Leader at w3af - http://w3af.org/ > Web Application Attack and Audit Framework > Twitter: @w3af > GPG: 0x93C344F3 > > _______________________________________________ > Fab-user mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/fab-user > -- Want to know how full my inbox is? Or how to get in touch with me faster? Or tell me your e-mail is not that important? Then check this out: http://courteous.ly/4WtfZY
_______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
