From 70cd01eafbabc1bb78af20bf341136684cbf1c45 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 6 Apr 2022 14:08:00 -0500 Subject: [PATCH] reduce logging for meta lookup --- Application/Misc/MetaServiceV2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Misc/MetaServiceV2.cs b/Application/Misc/MetaServiceV2.cs index 2abb59934..eff8bd665 100644 --- a/Application/Misc/MetaServiceV2.cs +++ b/Application/Misc/MetaServiceV2.cs @@ -207,7 +207,7 @@ public class MetaServiceV2 : IMetaServiceV2 if (metaValue is null) { - _logger.LogWarning("No meta exists for key {Key}, clientId {ClientId}", metaKey, clientId); + _logger.LogDebug("No meta exists for key {Key}, clientId {ClientId}", metaKey, clientId); return default; }