We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be57e1 commit 170a234Copy full SHA for 170a234
apps/state_mediator/lib/state_mediator/mqtt_mediator/handler.ex
@@ -27,6 +27,8 @@ defmodule StateMediator.MqttMediator.Handler do
27
28
@impl EmqttFailover.ConnectionHandler
29
def handle_message(message, state) do
30
+ Logger.info("event=mqtt_message payload=#{inspect(message)}")
31
+
32
debug_time("#{state.module} new state", fn ->
33
state.module.new_state(message.payload, state.timeout)
34
end)
0 commit comments