Size: 249
Comment:
|
Size: 423
Comment: add link to ZConfig (alternate logging configuration)
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
An alternate configuration mechanism is provided by the [[http://www.zope.org/Members/fdrake/zconfig/|ZConfig]] package ([[http://pypi.python.org/pypi/ZConfig/|PyPI]]). |
This page should cover pros and cons of current stdlib logging package.
Pros
* Almost every feature you could want from logging package is there
Cons
* Docs are not complete
* Config files are a little bit hard to comprehend