From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) (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 95B2A4429E1 for ; Mon, 29 Jun 2020 14:23:27 +0300 (MSK) Received: by mail-lf1-f66.google.com with SMTP id o4so8861274lfi.7 for ; Mon, 29 Jun 2020 04:23:27 -0700 (PDT) From: Cyrill Gorcunov Date: Mon, 29 Jun 2020 14:23:16 +0300 Message-Id: <20200629112319.154909-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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: tml 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 Cyrill Gorcunov (3): core/say: allow to use json in boot logger lua/log: allow to use json formatter early test: app-tap/logger -- test json in boottime logger src/lib/core/say.c | 7 ++----- src/lua/log.lua | 6 ++---- test/app-tap/logger.test.lua | 8 +++++--- 3 files changed, 9 insertions(+), 12 deletions(-) -- 2.26.2