mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
Added context on logger
This commit is contained in:
parent
39d4646369
commit
13c950aae9
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue