On 8/13/07, Philip Jenvey <[EMAIL PROTECTED]> wrote: > > I started revising the logging doc this weekend: > > http://wiki.pylonshq.com/display/~pjenvey/0.9.6+Logging > > (I think you can read it if you're logged in?) > > It's more of a 'how to use python logging with an .ini file' doc, > with a couple Pylons/Paste specific things > > Christoph, I'm probably going to add an entry to the development ini > for an app specific logger, like you're doing, switched to DEBUG, e.g.: > > [logger_helloworld] > level = DEBUG > handlers = > qualname = helloworld
Personally, I dislike such verbosity and violation of the DRY. Here is my attempt to come up with a simpler version: http://wiki.pylonshq.com/display/pylonscookbook/Alternative+logging+configuration Max. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
