reduce logging for meta lookup
This commit is contained in:
parent
a2d5e37c6f
commit
70cd01eafb
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user