Skip to content

Commit

Permalink
Set log level to debug for reset of robot timer
Browse files Browse the repository at this point in the history
  • Loading branch information
aeshub authored and UsamaEquinorAFK committed Oct 27, 2023
1 parent d5dcecc commit 29ad5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/EventHandlers/IsarConnectionEventHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29ad5a8

Please sign in to comment.