Re: Logging to HTTP or File

2008-02-27 Thread D'Arcy J.M. Cain
On Wed, 27 Feb 2008 10:16:33 - "Robert Rawlins - Think Blue" <[EMAIL PROTECTED]> wrote: > How would you manage this? I'm thinking about building my own custom log > handler for the task, which if unable to resolve the webservice will just > log to the file instead, I'm just not sure if there is

Re: Logging to HTTP or File

2008-02-27 Thread Jorge Vargas
On Wed, Feb 27, 2008 at 4:16 AM, Robert Rawlins - Think Blue <[EMAIL PROTECTED]> wrote: > > > > > Hello Chaps, > > > > I'm after some advice on the best way to handle a logging job. Essentially I > have data which I'm looking to log to a webservice, it would make good sense > I think to use somethi

Logging to HTTP or File

2008-02-27 Thread Robert Rawlins - Think Blue
Hello Chaps, I'm after some advice on the best way to handle a logging job. Essentially I have data which I'm looking to log to a webservice, it would make good sense I think to use something like the HTTP handler for the python logging API. The problem comes when the application isn't 'onl