Skip to content

Commit

Permalink
Change message log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
GodVenn committed Feb 24, 2023
1 parent a31bf76 commit 96cdbc4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions backend/api/MQTT/MqttService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@ private Task OnMessageReceived(MqttApplicationMessageReceivedEventArgs messageRe
return Task.CompletedTask;
}

_logger.LogInformation(
"Topic: {topic} - Message received: \n{payload}",
topic,
content
);
_logger.LogDebug("Topic: {topic} - Message received: \n{payload}", topic, content);

switch (messageType)
{
Expand Down

0 comments on commit 96cdbc4

Please sign in to comment.