mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
fix: a few logging updates
This commit is contained in:
@@ -122,7 +122,7 @@ namespace PepperDash.Essentials.Core.Routing
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
Debug.LogMessage(
|
Debug.LogMessage(
|
||||||
Serilog.Events.LogEventLevel.Verbose,
|
Serilog.Events.LogEventLevel.Debug,
|
||||||
"Updating destination {destination} with inputPort {inputPort}",
|
"Updating destination {destination} with inputPort {inputPort}",
|
||||||
this,
|
this,
|
||||||
destination?.Key,
|
destination?.Key,
|
||||||
@@ -237,7 +237,7 @@ namespace PepperDash.Essentials.Core.Routing
|
|||||||
if (room == null)
|
if (room == null)
|
||||||
{
|
{
|
||||||
Debug.LogMessage(
|
Debug.LogMessage(
|
||||||
Serilog.Events.LogEventLevel.Warning,
|
Serilog.Events.LogEventLevel.Debug,
|
||||||
"No room found for display {destination}",
|
"No room found for display {destination}",
|
||||||
this,
|
this,
|
||||||
destination.Key
|
destination.Key
|
||||||
@@ -252,7 +252,7 @@ namespace PepperDash.Essentials.Core.Routing
|
|||||||
if (sourceList == null)
|
if (sourceList == null)
|
||||||
{
|
{
|
||||||
Debug.LogMessage(
|
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}",
|
"No source list found for source list key {key}. Unable to find source for tieLine {sourceTieLine}",
|
||||||
this,
|
this,
|
||||||
room.SourceListKey,
|
room.SourceListKey,
|
||||||
|
|||||||
Reference in New Issue
Block a user