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

Reply via email to