Re: [Zope-dev] A permanent log for buildouts

2008-04-15 Thread Chris Withers
Jim Fulton wrote: configuration. IMO, it would be enough to provide an option to name a logger config file as described in: http://docs.python.org/lib/logging-config-fileformat.html This stuff is an annoying dead end in that it only lets you use log handlers defined inside the logging

[Zope-dev] A permanent log for buildouts

2008-04-14 Thread David Pratt
Has anyone already setup a more permanent log for buildouts. I am wanting a more permanent record of what has happened when buildout is run. I believe this likely ought to be part of zc.buildout so that you identify a buildout.log location. Many thanks. Regards, David

Re: [Zope-dev] A permanent log for buildouts

2008-04-14 Thread Jim Fulton
On Apr 14, 2008, at 12:39 PM, David Pratt wrote: Has anyone already setup a more permanent log for buildouts. I am wanting a more permanent record of what has happened when buildout is run. I believe this likely ought to be part of zc.buildout so that you identify a buildout.log location.

Re: [Zope-dev] A permanent log for buildouts

2008-04-14 Thread David Pratt
Hi Jim. Yes, I definitely want a logging configuration also. I'm at least hoping to look into the logging setup in the next couple of days in between some other things. Many thanks. Regards, David Jim Fulton wrote: On Apr 14, 2008, at 12:39 PM, David Pratt wrote: Has anyone already setup a