From 5b615ea04b489d1de481e2d5ad9c72327ea779b9 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 29 Oct 2023 15:07:33 -0400 Subject: [PATCH] Upgrade "webpanel not built" message to `Debug` --- src/Tgstation.Server.Host/Core/Application.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Core/Application.cs b/src/Tgstation.Server.Host/Core/Application.cs index 938ce47fed..329b226270 100644 --- a/src/Tgstation.Server.Host/Core/Application.cs +++ b/src/Tgstation.Server.Host/Core/Application.cs @@ -509,7 +509,7 @@ namespace Tgstation.Server.Host.Core } else #if NO_WEBPANEL - logger.LogTrace("Web control panel was not included in TGS build!"); + logger.LogDebug("Web control panel was not included in TGS build!"); #else logger.LogTrace("Web control panel disabled!"); #endif