From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) (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 1EEB1469710 for ; Mon, 8 Jun 2020 13:44:55 +0300 (MSK) Received: by mail-lf1-f49.google.com with SMTP id w15so9866548lfe.11 for ; Mon, 08 Jun 2020 03:44:54 -0700 (PDT) From: Cyrill Gorcunov Date: Mon, 8 Jun 2020 13:44:47 +0300 Message-Id: <20200608104450.157253-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/3] lua/cfg: drop unused code and extend test List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Left from logger rework, in addition to #689. Note that to allow accepting symbolic names in box.cfg{} we need more modifications, so I postponed it for a while. branch gorcunov/gh-689-logger-9-extension Cyrill Gorcunov (3): lua/cfg: drop unused log methods lua/cfg: drop redundant variable test: app-tap/logger -- test symbolic loglevels src/box/lua/cfg.cc | 24 ------------------------ src/box/lua/load_cfg.lua | 2 +- test/app-tap/logger.test.lua | 26 +++++++++++++++++++++++++- 3 files changed, 26 insertions(+), 26 deletions(-) -- 2.26.2