From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (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 BCFFD469710 for ; Tue, 2 Jun 2020 11:17:11 +0300 (MSK) Received: by mail-lj1-f194.google.com with SMTP id c17so5721924lji.11 for ; Tue, 02 Jun 2020 01:17:11 -0700 (PDT) Date: Tue, 2 Jun 2020 11:17:09 +0300 From: Cyrill Gorcunov Message-ID: <20200602081709.GB568636@grain> References: <20200601222507.560415-1-gorcunov@gmail.com> <20200601222507.560415-6-gorcunov@gmail.com> <37516925-8583-ef03-662a-a065ba2d69cd@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <37516925-8583-ef03-662a-a065ba2d69cd@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v7 05/11] lua/log: do not allow to set json for boot logger List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Babin Cc: tml On Tue, Jun 02, 2020 at 10:51:21AM +0300, Oleg Babin wrote: > Hi. Thanks for your patch see one comment. Thanks for comments! Will revisit.