reduce logging for meta lookup

This commit is contained in:
RaidMax 2022-04-06 14:08:00 -05:00
parent a2d5e37c6f
commit 70cd01eafb

View File

@ -207,7 +207,7 @@ public class MetaServiceV2 : IMetaServiceV2
if (metaValue is null) 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; return default;
} }