mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-21 15:32:47 +00:00
Updated debug logging for sanitising user data
This commit is contained in:
parent
298c8b6f25
commit
36cd765c21
4 changed files with 28 additions and 5 deletions
|
@ -398,8 +398,8 @@ class API(object):
|
|||
if not settings('sslverify'):
|
||||
request_settings["verify"] = False
|
||||
|
||||
LOG.info("Sending %s request to %s" % (method, url))
|
||||
LOG.debug(request_settings)
|
||||
LOG.info("Sending %s request to %s" % (method, path))
|
||||
LOG.debug(request_settings['timeout'], request_settings['headers'])
|
||||
|
||||
return request_method(url, **request_settings)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue