> 53 [[loggers]]
> 54 [[[wiki20]]]
> 55 level='DEBUG'
> 56 qualname='wiki20'
> 57 #handlers=['debug_out']
>
> Is your application's package name really 'wiki20'? Did you maybe copy
> the dev.cfg file from another project or from the wiki tutorial? The
> logging configuration has to reflect your actual project names.

Yes, it is. It's basically the skeleton of the wiki20 app created by
quickstart.

>
> The handlers 'debug_out' and 'access_out' are defined in the
> <yourpkg>/config/log.cfg file. Do you have this file and does it contain
> this?
>
> ...
> [[handlers]]
> [[[debug_out]]]
> class='StreamHandler'
> level='DEBUG'
> args='(sys.stdout,)'
> formatter='full_content'
>
> [[[access_out]]]
> class='StreamHandler'
> level='INFO'
> args='(sys.stdout,)'
> formatter='message_only'
> ...

Yes. Here's the whole log.cfg:
http://paste.turbogears.org/paste/10798

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to