Re: [Tutor] Writing to a remote file

2006-06-19 Thread Python
On Sun, 2006-06-18 at 20:11 +0100, kieran flanagan wrote: > Hi > > Thanks for the help. I took a quick scan through the logging module > and I can't see any mention of writing to a remote file ? Could you > please direct me to the part you mentioned ?. I had 3 suggestions: use the remote compu

Re: [Tutor] Writing to a remote file

2006-06-18 Thread kieran flanagan
Hi   Thanks for the help. I took a quick scan through the logging module and I can't see any mention of writing to a remote file ? Could you please direct me to the part you mentioned ?. I went through some of the examples and the one related to remote logging is via the console (tcp port). I cann

Re: [Tutor] Writing to a remote file

2006-06-16 Thread Kent Johnson
Lloyd Kvam wrote: > On Fri, 2006-06-16 at 14:47 +0100, kieran flanagan wrote: >> Hi >> >> I want to run a script on one machine and log output messages to a >> remote file located on another machine. Is there any easy method of >> doing this ?. > Scanning the logging module docs, it looks like you

Re: [Tutor] Writing to a remote file

2006-06-16 Thread Lloyd Kvam
On Fri, 2006-06-16 at 14:47 +0100, kieran flanagan wrote: > Hi > > I want to run a script on one machine and log output messages to a > remote file located on another machine. Is there any easy method of > doing this ?. http://docs.python.org/lib/module-logging.html If the remote machine is a fi

Re: [Tutor] Writing to a remote file

2006-06-16 Thread Kent Johnson
kieran flanagan wrote: > Hi > > I want to run a script on one machine and log output messages to a > remote file located on another machine. Is there any easy method of > doing this ?. Depends on the details, I suppose... If the remote file is on a network file system accessible to the machine

[Tutor] Writing to a remote file

2006-06-16 Thread kieran flanagan
Hi I want to run a script on one machine and log output messages to a remote file located on another machine. Is there any easy method of doing this ?. Thanks Kieran-- "Behind every great man, there is a great woman. Behind that woman is Mr.T." ___ Tut