This commit is contained in:
anlicheng 2023-06-25 19:55:16 +08:00
parent f4e68d317b
commit e0262dff73

View File

@ -320,7 +320,7 @@ handle_event(cast, {handle, <<?METHOD_FEEDBACK_STEP:8, Info0/binary>>}, session,
<<"code">> => Code,
<<"created_at">> => iot_util:current_time()
}),
lager:warning("[iot_host] feedback_step info: ~p, insert result: ~p", [Data, Result]);
lager:debug("[iot_host] feedback_step info: ~p, insert result: ~p", [Data, Result]);
Other ->
lager:warning("[iot_host] feedback_step error: ~p", [Other])
end,