From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp31.i.mail.ru (smtp31.i.mail.ru [94.100.177.91]) (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 3075F469710 for ; Wed, 3 Jun 2020 12:44:07 +0300 (MSK) Date: Wed, 3 Jun 2020 12:44:06 +0300 From: Kirill Yukhin Message-ID: <20200603094406.kybr2pzethwxkkvb@tarantool.org> References: <20200601222507.560415-1-gorcunov@gmail.com> <20200601222507.560415-6-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200601222507.560415-6-gorcunov@gmail.com> 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: Cyrill Gorcunov Cc: tml Hello, On 02 июн 01:25, Cyrill Gorcunov wrote: > For some reason we've missed that say_set_log_format > doesn't support json format not only for syslog but > for boottime logging as well. > > Part-of #689 I've checked first 5 patches into master. -- Regards, Kirill Yukhin