This commit is contained in:
anlicheng 2024-09-11 17:29:19 +08:00
parent 921a7f7964
commit 972c97aa23
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ handle_cast({forward, LocationCode, DynamicLocationCode, EventType, Params}, Sta
{noreply, State#state{id = Id + 1, timer_map = maps:put(Id, TimerRef, TimerMap)}} {noreply, State#state{id = Id + 1, timer_map = maps:put(Id, TimerRef, TimerMap)}}
catch _:Err:Stack -> catch _:Err:Stack ->
lager:warning("[iot_jinzhi_endpoint] format_event get error: ~p, stack: ~p", [Err, Stack]), lager:notice("[iot_jinzhi_endpoint] format_event get error: ~p, stack: ~p", [Err, Stack]),
{noreply, State} {noreply, State}
end. end.

View File

@ -15,7 +15,7 @@
{device_cache_size, 200}, {device_cache_size, 200},
{fake_location_codes, [ {fake_location_codes, [
"0517105041011073100004" "0508103010001050300001"
]}, ]},
{watchdog, [ {watchdog, [