From 29ad5a853d6d49d1f4a6c74d9dca7578077dca04 Mon Sep 17 00:00:00 2001 From: aestene Date: Fri, 27 Oct 2023 14:43:22 +0200 Subject: [PATCH] Set log level to debug for reset of robot timer --- backend/api/EventHandlers/IsarConnectionEventHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/EventHandlers/IsarConnectionEventHandler.cs b/backend/api/EventHandlers/IsarConnectionEventHandler.cs index 1b36c9559..9ad80884a 100644 --- a/backend/api/EventHandlers/IsarConnectionEventHandler.cs +++ b/backend/api/EventHandlers/IsarConnectionEventHandler.cs @@ -74,7 +74,7 @@ private async void OnIsarRobotHeartbeat(object? sender, MqttReceivedArgs mqttArg if (!_isarConnectionTimers.ContainsKey(robot.IsarId)) { AddTimerForRobot(isarRobotHeartbeat, robot); } - _logger.LogInformation( + _logger.LogDebug( "Reset connection timer for ISAR '{IsarId}' ('{RobotName}')", robot.IsarId, robot.Name