eliben schrieb:
> 
>> Could you post your deployment config file onhttp://paste.turbogears.org/and 
>> post it here?
>>
>> Chris
> 
> Yes, here: http://paste.turbogears.org/paste/10718
> It's your basic dev.cfg with the offending lines commented out

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.

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'
...


Chris

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to