func Infow()

in pkg/log/logger.go [66:68]


func Infow(msg string, kv ...interface{}) {
	logger.Sugar().Infow(msg, kv...)
}