On Aug 13, 2007, at 9:06 AM, Ches Martin wrote:

>
> Thanks for sharing your config, Christoph.
>
> Maybe you could make a mini-wiki page from what you've figured out
> here? Just thinking that I'm bound to want this again someday and I'll
> end up misplacing this thread... Or maybe it's just a matter of
> prodding Ian to expound in the Paste docs.
>

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

Makes sense to see your new app's DEBUG messages off the bat in  
development mode

--
Philip Jenvey



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to