This commit is contained in:
Steve Walsh
2023-11-14 14:23:19 +00:00
parent c52c8e3b20
commit 5c06a30785
4 changed files with 7 additions and 3 deletions

View File

@@ -296,7 +296,7 @@ module.exports = function (RED) {
metrics.error = error;
metrics.action = 'codefile-error';
}
logger.info(JSON.stringify(metrics, null, 2));
logger.info(metrics);
} catch (e) {
logger.error(e)
logger.error({