From b647e5ffd504abf8fa81ce2fdfd932f2cbe23ee5 Mon Sep 17 00:00:00 2001 From: vparomskiy Date: Fri, 25 May 2018 12:41:23 +0300 Subject: [PATCH] disable Debug mode for default Root Rule Chain --- .../main/data/json/tenant/rule_chains/root_rule_chain.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/src/main/data/json/tenant/rule_chains/root_rule_chain.json b/application/src/main/data/json/tenant/rule_chains/root_rule_chain.json index 7d6da8d1e8..225ccdc1f0 100644 --- a/application/src/main/data/json/tenant/rule_chains/root_rule_chain.json +++ b/application/src/main/data/json/tenant/rule_chains/root_rule_chain.json @@ -17,7 +17,7 @@ }, "type": "org.thingsboard.rule.engine.telemetry.TbMsgTimeseriesNode", "name": "SaveTS", - "debugMode": true, + "debugMode": false, "configuration": { "defaultTTL": 0 } @@ -29,7 +29,7 @@ }, "type": "org.thingsboard.rule.engine.telemetry.TbMsgAttributesNode", "name": "save client attributes", - "debugMode": true, + "debugMode": false, "configuration": { "scope": "CLIENT_SCOPE" }