From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 16DC225B79 for ; Mon, 12 Aug 2019 09:24:55 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PDpoj7hPGPJ7 for ; Mon, 12 Aug 2019 09:24:55 -0400 (EDT) Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id C8C6925B6D for ; Mon, 12 Aug 2019 09:24:54 -0400 (EDT) Date: Mon, 12 Aug 2019 16:24:52 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH] Make `tarantoolctl start` work withiout box.cfg in init script Message-ID: <20190812132452.GB9305@atlas> References: <20190809081022.1237-1-m.melentiev@corp.mail.ru> <7EF663D6-87CA-47D6-B217-0C44746A6846@corp.mail.ru> <20190812103151.GA30718@atlas> <5668311.GLNk2tWfSB@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5668311.GLNk2tWfSB@localhost> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Georgy Kirichenko Cc: tarantool-patches@freelists.org, Maxim Melentiev , k.nazarov@corp.mail.ru * Georgy Kirichenko [19/08/12 16:05]: > The biggest issue I see we don't have any clue how to control application on > each stage of it's life. How could application to report an error or unwanted > state right after daemonization (or even after READY=1 written) but before > application is really initialized. We do not have even logging here (logger is > initialized while box.cfg fired). > I think we need a framework which allows to customize and to control > application which includes logging and application state. There is already such framework and we use it, it's systemd socket. -- Konstantin Osipov, Moscow, Russia