Skip to content

Commit

Permalink
fixup! Patch log module to log everything to hubcore.
Browse files Browse the repository at this point in the history
  • Loading branch information
dljsjr committed Sep 22, 2023
1 parent 5b91317 commit 1a101fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/SmartThings/jbl/src/log.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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}, ...)
Expand Down

0 comments on commit 1a101fe

Please sign in to comment.