On 5/3/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: > [[loggers]] > [[[your_project]]] > level='DEBUG' > qualname='novoproj' > handlers=['debug_out'] > > > Is the name "your_project" intentional and correct? Shouldn't it be > substituted by the project name automagically?
That was intentional, but I actually think it makes no difference. It *could* be your package name, but it doesn't need to be. The names of the loggers aren't actually used for anything. Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
