-some cases where pypo-notify is still writing to pypo.log instead of notify.log

This commit is contained in:
Martin Konecny 2012-03-17 14:16:54 -04:00
parent 7a7eb02de5
commit 73eb691be2
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class Notify:
logger.debug("Response: "+json.dumps(response))
def notify_source_status(self, source_name, status):
logger = logging.getLogger()
logger = logging.getLogger("notify")
logger.debug('#################################################')
logger.debug('# Calling server to update source status #')