-some cases where pypo-notify is still writing to pypo.log instead of notify.log
This commit is contained in:
parent
7a7eb02de5
commit
73eb691be2
|
@ -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 #')
|
||||
|
|
Loading…
Reference in New Issue