chore: remove obsolete log methods

This commit is contained in:
Andrew Welker
2025-03-25 21:53:41 -05:00
parent f6f731b470
commit 4d98191fa7
8 changed files with 309 additions and 581 deletions

View File

@@ -3,6 +3,7 @@ using Newtonsoft.Json;
using PepperDash.Core;
using PepperDash.Core.Web.RequestHandlers;
using PepperDash.Essentials.Core.Web;
using Serilog.Events;
namespace PepperDash.Essentials.WebApiHandlers
{
@@ -113,7 +114,7 @@ namespace PepperDash.Essentials.WebApiHandlers
if (!server.Server.RemoveWebSocketService(path))
{
Debug.Console(0, $"Unable to remove client with token {request.Token}");
Debug.LogMessage(LogEventLevel.Warning, "Unable to remove client with token {token}", request.Token);
var response = new ClientResponse
{