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 1611B469710 for ; Tue, 2 Jun 2020 11:13:23 +0300 (MSK) Received: by mail-lj1-f194.google.com with SMTP id o9so11462150ljj.6 for ; Tue, 02 Jun 2020 01:13:23 -0700 (PDT) Date: Tue, 2 Jun 2020 11:13:20 +0300 From: Cyrill Gorcunov Message-ID: <20200602081320.GU215590@grain> References: <20200601222507.560415-1-gorcunov@gmail.com> <20200601222507.560415-10-gorcunov@gmail.com> <368b0b95-c71c-dc2b-2a7e-1188af05813f@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <368b0b95-c71c-dc2b-2a7e-1188af05813f@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v7 09/11] test: use direct log module 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:52:17AM +0300, Oleg Babin wrote: > Hi! Thanks for your patch. See comments below. > Thanks for comments, will address!