From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 2 Aug 2018 15:27:28 +0300 From: Vladimir Davydov Subject: Re: [tarantool-patches] [PATCH] Configurable syslog destination Message-ID: <20180802122728.ramd5n4nmuxuziuw@esperanza> References: <20180802074210.34945-1-arkholga@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180802074210.34945-1-arkholga@tarantool.org> To: Olga Arkhangelskaia Cc: tarantool-patches@freelists.org List-ID: On Thu, Aug 02, 2018 at 10:42:10AM +0300, Olga Arkhangelskaia wrote: > Added server option to syslog configuration. > Server option is responsible for log destination. At the momemt > there is two ways of usage:server=unix:/path/to/socket or > server=ipv4:port. If port is not set default udp port 514 is used. > If logging to syslog is set, however there is no server options - > default location is used: Linux /dev/log and Mac /var/run/syslog. > > Closes #3487 > --- > https://github.com/tarantool/tarantool/issues/3487 > https://github.com/tarantool/tarantool/tree/OKriw/gh-3487-syslog-conf-dest Wrong branch. Should be https://github.com/tarantool/tarantool/tree/OKriw/gh-3487-syslog-conf-dest-1.10 The patch looks good to me, but it doesn't pass tests on Travis CI (hangs on EL7, Fedora 26, 27): https://travis-ci.org/tarantool/tarantool/builds/410947239?utm_source=github_status&utm_medium=notification Please fix. Unfortunately test-run doesn't report anything if a test hangs. I filed a ticket for that: https://github.com/tarantool/test-run/issues/106 First, you need to identify a problem. To do that, you can try to run tests in Docker, like Travis does.