Disclaimer: I am being lazy and asking here before doing any serious 
research, having said that, how does one define a custom stream for 
logging.

Looking at the config file:

[[handlers]]
[[[debug_out]]]
class='StreamHandler'
level='DEBUG'
args='(sys.stdout,)'
formatter='full_content'

I should probably set args to something else, but how will 
imports/namespaces be handled?

Basically I want to collect all the crap that gets written to stdout.

Thanks!

Cheers,
Simon

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

Reply via email to