fab-user
[Top][All Lists]
Advanced

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

Re: [Fab-user] logging to file?


From: Jonathan Reed
Subject: Re: [Fab-user] logging to file?
Date: Wed, 25 Jan 2012 13:01:31 -0500

have you tried redirecting the output? or use tee?

fab function_name &> ./my_logfile
or
fab function_name | tee ./my_logfile

On Wed, Jan 25, 2012 at 5:27 AM, Chris Withers <address@hidden> wrote:
Hi All,

When using 'fab' from the command line, is there any way I can get it to log to a file rather than just to the console?

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
           - http://www.simplistix.co.uk

_______________________________________________
Fab-user mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/fab-user


reply via email to

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