diff --git a/share/profile.json b/share/profile.json index 6b3b159bf..4b083cdd0 100644 --- a/share/profile.json +++ b/share/profile.json @@ -420,6 +420,7 @@ "TEST_CASE_START" : "DEBUG" }, "SYSTEM" : { + "ASN_LOOKUP_SOURCE": "DEBUG", "CACHE_CREATED" : "DEBUG2", "CACHE_FETCHED" : "DEBUG2", "CACHED_RETURN" : "DEBUG3", diff --git a/share/profile.yaml b/share/profile.yaml index aee454209..3b5a1378d 100644 --- a/share/profile.yaml +++ b/share/profile.yaml @@ -474,6 +474,7 @@ test_levels: TEST_CASE_END: DEBUG TEST_CASE_START: DEBUG SYSTEM: + ASN_LOOKUP_SOURCE: DEBUG CACHED_RETURN: DEBUG3 CACHE_CREATED: DEBUG2 CACHE_FETCHED: DEBUG2