Added context on logger

This commit is contained in:
zandercymatics 2023-09-21 10:21:50 -06:00
parent 39d4646369
commit 13c950aae9
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -822,7 +822,10 @@ class Domain(TimeStampedModel, DomainHelper):
# TODO - Should we sync with EppLib in this event? # TODO - Should we sync with EppLib in this event?
# map_epp_contact_to_public_contact will grab any changes # map_epp_contact_to_public_contact will grab any changes
# made in the setter, # made in the setter,
logger.info("Contact was not found in cache but was found in DB") logger.info(
"Contact was not found in cache but was found in DB."
"Was this item added recently?"
)
return current_contact return current_contact
try: try: