mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Also debug headers
This commit is contained in:
parent
bc512d454d
commit
03f3f97f5c
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ class DavStorage(Storage):
|
|||
url = self.parsed_url.scheme + '://' + self.parsed_url.netloc + path
|
||||
dav_logger.debug(u'Method: {}'.format(method))
|
||||
dav_logger.debug(u'Path: {}'.format(path))
|
||||
dav_logger.debug(u'Headers: {}'.format(headers))
|
||||
dav_logger.debug(u'/// DATA')
|
||||
dav_logger.debug(data)
|
||||
dav_logger.debug(u'/// END DATA')
|
||||
|
|
|
|||
Loading…
Reference in a new issue