[Zope3-dev] Re: Logging

Casey Duncan casey@zope.com
Tue, 16 Jul 2002 08:26:11 -0400


On Tuesday 16 July 2002 03:07 am, Magnus Heino wrote:
> > So then, things above Zope are global modules that someday may not be=
=20
> > distributed with Zope (when they land in Python) and possibly would b=
e put=20
>=20
>=20
> > zLOG           Ditto
>=20
>=20
> Well, I do hope that this one never lands in Python land.

What I meant was that some logging facility will ship with Python. so tha=
t you=20
can do:

import stupid_log

without installing any addt'l packages ;^)

-Casey

>=20
> Whats the status of http://www.python.org/peps/pep-0282.html ?
>=20
> I've been using the implementation available from=20
> http://www.red-dove.com/python_logging.html in a project recently, and=20
> it is so much better.
>=20
> I have implemented it so that I can have one config-file for each=20
> package. Config-files can be reloaded on the fly. This means that I can=
=20
> change output from syslog to file, level from info to debug, module by=20
> module, while things are running.
>=20
> /Magnus
>=20
>=20