From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) (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 6872A469719 for ; Sat, 22 Feb 2020 18:00:53 +0300 (MSK) From: Vladislav Shpilevoy References: Message-ID: <13a11bbf-03d6-7403-a10a-656060ba317f@tarantool.org> Date: Sat, 22 Feb 2020 16:00:46 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 1/1] iproto: show real port in logs and box.info.listen List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, kostja.osipov@gmail.com, alexander.turenko@tarantool.org Since the patch is very old, there was no ChangeLog record added. Here it is: @ChangeLog - box.info.listen - new record in box.info, which shows a real port when bound to port 0. For example, if box.cfg 'listen' parameter was set to '127.0.0.1:0', box.info.listen will show '127.0.0.1: 0>' (gh-4620).