From 13c950aae96e3c77ac9d7946a134f830fb9f2ded Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:21:50 -0600 Subject: [PATCH] Added context on logger --- src/registrar/models/domain.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/registrar/models/domain.py b/src/registrar/models/domain.py index 02660a35d..edf6d5c4b 100644 --- a/src/registrar/models/domain.py +++ b/src/registrar/models/domain.py @@ -822,7 +822,10 @@ class Domain(TimeStampedModel, DomainHelper): # TODO - Should we sync with EppLib in this event? # map_epp_contact_to_public_contact will grab any changes # 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 try: