fix
This commit is contained in:
parent
921a7f7964
commit
972c97aa23
@ -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.
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
{device_cache_size, 200},
|
{device_cache_size, 200},
|
||||||
|
|
||||||
{fake_location_codes, [
|
{fake_location_codes, [
|
||||||
"0517105041011073100004"
|
"0508103010001050300001"
|
||||||
]},
|
]},
|
||||||
|
|
||||||
{watchdog, [
|
{watchdog, [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user