未验证 提交 566de561 编写于 作者: E edward.zeng 提交者: GitHub

[skip ci] Refine logutil comment (#12482)

Signed-off-by: NEdward Zeng <jie.zeng@zilliz.com>
上级 fea11269
......@@ -34,6 +34,7 @@ type zapWrapper struct {
logger *zap.Logger
}
// Info logs a message at InfoLevel.
func (w *zapWrapper) Info(args ...interface{}) {
w.logger.WithOptions(zap.AddCallerSkip(1)).Sugar().Info(args...)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册