From babb9a77dff06280acdca3bc6feae031231619d5 Mon Sep 17 00:00:00 2001 From: Nick Genovese Date: Mon, 29 Dec 2025 16:48:13 -0600 Subject: [PATCH] fix: a few logging updates --- .../Routing/RoutingFeedbackManager.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Routing/RoutingFeedbackManager.cs b/src/PepperDash.Essentials.Core/Routing/RoutingFeedbackManager.cs index 820b74e2..e37d2d57 100644 --- a/src/PepperDash.Essentials.Core/Routing/RoutingFeedbackManager.cs +++ b/src/PepperDash.Essentials.Core/Routing/RoutingFeedbackManager.cs @@ -122,7 +122,7 @@ namespace PepperDash.Essentials.Core.Routing ) { Debug.LogMessage( - Serilog.Events.LogEventLevel.Verbose, + Serilog.Events.LogEventLevel.Debug, "Updating destination {destination} with inputPort {inputPort}", this, destination?.Key, @@ -237,7 +237,7 @@ namespace PepperDash.Essentials.Core.Routing if (room == null) { Debug.LogMessage( - Serilog.Events.LogEventLevel.Warning, + Serilog.Events.LogEventLevel.Debug, "No room found for display {destination}", this, destination.Key @@ -252,7 +252,7 @@ namespace PepperDash.Essentials.Core.Routing if (sourceList == null) { Debug.LogMessage( - Serilog.Events.LogEventLevel.Warning, + Serilog.Events.LogEventLevel.Debug, "No source list found for source list key {key}. Unable to find source for tieLine {sourceTieLine}", this, room.SourceListKey,