On 6/12/06, Richard Clark <[EMAIL PROTECTED]> wrote: > I have in fact discovered what it was, I discovered it about half an > hour after that post but it took a while for the post to turn up :) > > It was in fact double-logging. The default dev.cfg logging > configuration appears to send the log to stdout twice for anything in > the <projectname>.* heirachy. > > I simply changed handlers=['debug_out'] to handlers=[] in the dev.cfg > logger config and it fixed the double logging. Probably not the best > solution but at least it stopped confusing me so much :)
It appears that filtering on qualname works, but filtering on level does not Therefore the [[[projectname]]] and [[[allinfo]]] loggers are both catching all levels and sending it to debug_out twice. Is this a ConfigObj issue? Regards -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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 -~----------~----~----~----~------~----~------~--~---

