Skip to content

Commit

Permalink
Add more debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
grigals committed Dec 4, 2023
1 parent f893d4f commit 38fed27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var setup = async function (app, router) {
});

router.get('/read/:ip/:port/:unitId/:regType/:startAddress/:quantity', (req, res) => {
logger.info("🛎️ Route /read Queued")
logger.info("🛎️ Route /read " + JSON.stringify(req.params))
logger.debug("🧩 Incoming Params: " + JSON.stringify(req.params));
logger.debug("🔑 Incoming keys: " + JSON.stringify(req.query));

Expand Down

0 comments on commit 38fed27

Please sign in to comment.