more debugging of domain model

This commit is contained in:
David Kennedy 2023-10-17 08:43:48 -04:00
parent 2d4ab0c7bd
commit 5b4103e1ee
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -1736,6 +1736,7 @@ class Domain(TimeStampedModel, DomainHelper):
)
if property in self._cache:
logger.info("writing %s to cache", property)
return self._cache[property]
else:
raise KeyError(