johnf wrote:
> One more question.  I see where I can log DatabaseActivity to a file but I 
> don't any on the error.log or message.log?

import sys
sys.stdout = open("path/to/info.log", "wb")
sys.stderr = open("path/to/error.log", "wb")

Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to