diff --git a/main.js b/main.js index 01b8249..9d36f99 100644 --- a/main.js +++ b/main.js @@ -232,7 +232,7 @@ async function fetchRemoteDevicesData() { } }); - console.log('Remote DB updated:', JSON.stringify(db.remote, null, 2)); + console.log(`Remote DB updated. A records: ${Object.keys(db.remote.A).length} PTR records: ${Object.keys(db.remote.PTR).length}`); } catch (err) { console.error('Error fetching remote DB:', err);