fab-user
[Top][All Lists]
Advanced

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

[Fab-user] Suppressing [hostname] from stdout


From: Miquel
Subject: [Fab-user] Suppressing [hostname] from stdout
Date: Fri, 10 Jun 2011 09:06:23 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi,

is there a way to prevent fabric from prepending [hostname] to stdout?

I know I can do the following:

with hide('stdout'):
    output = sudo('my command')
puts(output)# or print(output)

but then you don't see anything until the command has finished, and for a long
running command I want to see normal progress.


Miquel





reply via email to

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