[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Fab-user] logging to file?
From: |
Chris Withers |
Subject: |
Re: [Fab-user] logging to file? |
Date: |
Wed, 25 Jan 2012 18:24:57 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:5.0) Gecko/20110624 Thunderbird/5.0 |
On 25/01/2012 18:01, Jonathan Reed wrote:
have you tried redirecting the output? or use tee?
/fab function_name &> ./my_logfile/
or
/fab function_name | tee ./my_logfile/
That had occurred to me ;-)
However:
- when does fabric write to stderr versus stdout?
- what happens with password prompts and the like?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
Re: [Fab-user] logging to file?, Jeff Forcier, 2012/01/25