From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp62.i.mail.ru (smtp62.i.mail.ru [217.69.128.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id F26FD41C5DC for ; Thu, 2 Jul 2020 14:26:13 +0300 (MSK) Date: Thu, 2 Jul 2020 14:26:09 +0300 From: Kirill Yukhin Message-ID: <20200702112609.yhmfj7w4wgpeplfr@tarantool.org> References: <20200629112319.154909-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200629112319.154909-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 0/3] log: allow json formatter in boottime logger List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml Hello, On 29 июн 14:23, Cyrill Gorcunov wrote: > For some reason we've disabled usage of json formatter in early > logging since the commit 098324556. Lets allow it back. > > issue https://github.com/tarantool/tarantool/issues/5121 > branch gorcunov/gh-5121-logger-boot-json I've checked your patchset into master. -- Regards, Kirill Yukhin