From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f170.google.com (mail-lj1-f170.google.com [209.85.208.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 87377469710 for ; Mon, 25 May 2020 18:49:19 +0300 (MSK) Received: by mail-lj1-f170.google.com with SMTP id z6so21184320ljm.13 for ; Mon, 25 May 2020 08:49:19 -0700 (PDT) Date: Mon, 25 May 2020 18:49:16 +0300 From: Cyrill Gorcunov Message-ID: <20200525154916.GE2464@grain> References: <20200525121715.21216-1-gorcunov@gmail.com> <20200525121715.21216-8-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 07/10] lua/log: use log module settings inside box.cfg List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Babin Cc: tml , Alexander Turenko On Mon, May 25, 2020 at 06:43:27PM +0300, Oleg Babin wrote: > > > I think we should hide internal functions from user as it is done e.g. in > fiber module: > https://github.com/tarantool/tarantool/blob/master/src/lua/fiber.lua#L89 I'll take a look, thanks!