Hi, I'm interested in using Logbook to add logging to Whoosh, on the
theory that Logbook is or will be faster than logging. However,
because Whoosh is a library, there is no "starting point" at which to
configure the log object.

With logging I would just use getLogger() to get a shared logger at
the top of every module. With Logbook, I assume I would instead create
an e.g. whoosh.logging module in which I configure a Logbook logger
and have every other module import it? Or is there a better way to do
this? I don't want to spend a lot of time on logging... I just want to
do the simplest possible thing for now.

Thanks,

Matt

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" 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/pocoo-libs?hl=en.

Reply via email to