mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 09:42:57 -07:00
Hide Pushalot notifier response logging
This commit is contained in:
parent
beb66396fe
commit
c501923f2b
1 changed files with 3 additions and 3 deletions
|
@ -896,9 +896,9 @@ class PUSHALOT(object):
|
||||||
response = http_handler.getresponse()
|
response = http_handler.getresponse()
|
||||||
request_status = response.status
|
request_status = response.status
|
||||||
|
|
||||||
logger.debug(u"Pushalot response status: %r" % request_status)
|
#logger.debug(u"Pushalot response status: %r" % request_status)
|
||||||
logger.debug(u"Pushalot response headers: %r" % response.getheaders())
|
#logger.debug(u"Pushalot response headers: %r" % response.getheaders())
|
||||||
logger.debug(u"Pushalot response body: %r" % response.read())
|
#logger.debug(u"Pushalot response body: %r" % response.read())
|
||||||
|
|
||||||
if request_status == 200:
|
if request_status == 200:
|
||||||
logger.info(u"Pushalot notifications sent.")
|
logger.info(u"Pushalot notifications sent.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue