1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-07 21:58:06 -05:00

reduce logging for meta lookup

This commit is contained in:
RaidMax 2022-04-06 14:08:00 -05:00
parent 40e48a6ec5
commit 95f81f811e

View File

@ -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;
}