mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine logutil comment (#12482)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/12488/head
parent
fea1126946
commit
566de56131
|
@ -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...)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue