提交 d1bd882d authored 作者: mooncake9527's avatar mooncake9527

cost

上级 9c6e2c69
......@@ -130,7 +130,7 @@ func (m *memoryCache) Get(ctx context.Context, key string, val interface{}) erro
}
if len(dataBytes) == 0 || bytes.Equal(dataBytes, NotFoundPlaceholderBytes) {
logger.Info(fmt.Sprintf("%s get", logPrefix),
logger.Any("result", isSuccess(ok)),
logger.Any("result", "*"),
logger.Any("key", cacheKey),
logger.Any("val", NotFoundPlaceholder),
logger.Any("cost", time.Since(st).String()),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论