[tarantool-patches] [PATCH] Configurable syslog destination

Vladimir Davydov vdavydov.dev at gmail.com
Thu Aug 2 15:27:28 MSK 2018


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.



More information about the Tarantool-patches mailing list