diff --git a/src/interdomain/service/topology_abstractor/DltRecorder.py b/src/interdomain/service/topology_abstractor/DltRecorder.py
index b4d18e9bc77ada960195a1a980f50ef31277b998..53d2dbe316f63ebffba92470415539cf4c1662f8 100644
--- a/src/interdomain/service/topology_abstractor/DltRecorder.py
+++ b/src/interdomain/service/topology_abstractor/DltRecorder.py
@@ -113,6 +113,8 @@ class DLTRecorder(threading.Thread):
 
         self.topology_cache[topology_uuid] = topology_id
 
+        LOGGER.debug('TOPOLOGY Details({:s})'.format(grpc_message_to_json_string(topology_details)))
+
         if ((context_uuid == DEFAULT_CONTEXT_NAME) or (context_name == DEFAULT_CONTEXT_NAME)) and \
                 (topology_uuid not in topology_uuids) and (topology_name not in topology_uuids):
             for device in topology_details.devices: