From 1a101fea3376bcd079a99d62419cdf9993e1ef87 Mon Sep 17 00:00:00 2001 From: Doug Stephen Date: Fri, 22 Sep 2023 12:01:50 -0500 Subject: [PATCH] fixup! Patch log module to log everything to hubcore. --- drivers/SmartThings/jbl/src/log.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/SmartThings/jbl/src/log.lua b/drivers/SmartThings/jbl/src/log.lua index f4a8c1509c..46d41043a1 100644 --- a/drivers/SmartThings/jbl/src/log.lua +++ b/drivers/SmartThings/jbl/src/log.lua @@ -19,7 +19,7 @@ else original_log = require("stdout_log") end -local hubcore_enabled_log +local hubcore_enabled_log = {} hubcore_enabled_log.info = function(...) original_log.info_with({hub_logs = true}, ...)