-some cases where pypo-notify is still writing to pypo.log instead of notify.log
This commit is contained in:
parent
7a7eb02de5
commit
73eb691be2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue