superbobry
unread,Aug 31, 2009, 5:43:58 AM8/31/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylast
Hello, first of all thanks a lot for a great library :)
I'm using it to scrobble songs from the mpd daemon. I added
logging.Logger instance to my script, to monitor it's activity. The
problem i faced - your module has it's own logger, defined on the
module level, i.e.
from logging import info, debug
info(msg)
so all your messages, are stored in my log also.
I looked through python docs and didn't find a way to fix this
Can you please add a function or parameter to disable that?
Thank you,
Sergei.