8000 Add more logs · cnblogs/EnyimMemcachedCore@04b8bc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04b8bc7

Browse files
committed
Add more logs
1 parent e984948 commit 04b8bc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Enyim.Caching/MemcachedClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public async Task<IGetOperationResult<T>> GetAsync<T>(string key)
200200
{
201201
if (!CreateGetCommand<T>(key, out var result, out var node, out var command))
202202
{
203+
_logger.LogInformation($"Failed to CreateGetCommand for '{key}' key");
203204
return result;
204205
}
205206

0 commit comments

Comments
 (0)
0