fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] Timestamp in output


From: Andres Riancho
Subject: [Fab-user] Timestamp in output
Date: Mon, 27 May 2013 11:31:57 -0300

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]