mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Log read objects
This commit is contained in:
parent
ecb8a99ed1
commit
0c1dbc30bd
1 changed files with 1 additions and 0 deletions
|
@ -705,6 +705,7 @@ class Collection(BaseCollection):
|
||||||
continue
|
continue
|
||||||
path = os.path.join(self._filesystem_path, href)
|
path = os.path.join(self._filesystem_path, href)
|
||||||
if os.path.isfile(path):
|
if os.path.isfile(path):
|
||||||
|
self.logger.debug("Read object: %s", path)
|
||||||
with open(path, encoding=self.encoding, newline="") as fd:
|
with open(path, encoding=self.encoding, newline="") as fd:
|
||||||
items.append(vobject.readOne(fd.read()))
|
items.append(vobject.readOne(fd.read()))
|
||||||
if self.get_meta("tag") == "VCALENDAR":
|
if self.get_meta("tag") == "VCALENDAR":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue