From 23fab5fde915ad835f68ecf27dae8130831a03a3 Mon Sep 17 00:00:00 2001 From: Evgenii Abramov Date: Thu, 13 May 2021 00:48:42 +0300 Subject: [PATCH] c --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 1c446d9..6bd4e83 100644 --- a/app.js +++ b/app.js @@ -149,7 +149,7 @@ global.mqttClient = mqtt.connect(`mqtt://${config.mqtt.host}`, { }], } }; - console.log(a); + console.dir(a, {depth: 10}); req.write(JSON.stringify(a)); req.end();