From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com [209.85.167.42]) (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 56D3A469710 for ; Tue, 26 May 2020 17:00:39 +0300 (MSK) Received: by mail-lf1-f42.google.com with SMTP id 202so12372584lfe.5 for ; Tue, 26 May 2020 07:00:39 -0700 (PDT) Date: Tue, 26 May 2020 17:00:36 +0300 From: Cyrill Gorcunov Message-ID: <20200526140036.GH2464@grain> References: <20200526124627.82843-1-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 v2 00/10] lua/log: add an ability to setup logger without 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 Tue, May 26, 2020 at 04:42:52PM +0300, Oleg Babin wrote: > Hi! Thanks for your changes. > > I have several comments: ... > > And seems I've missed this issue > (https://github.com/tarantool/tarantool/issues/1054) when I asked about > log.cfg. I think you could add "Closes #1054" as well. Thanks! Will address in next series!