diff options
| author | Luke Bakken <lbakken@pivotal.io> | 2018-08-02 11:55:20 -0700 |
|---|---|---|
| committer | Luke Bakken <lbakken@pivotal.io> | 2018-08-02 11:55:20 -0700 |
| commit | f4cf1c19fba5d0c24c3e06eae4a8b355bfd87781 (patch) | |
| tree | f66985c3e9267366497d760642c449d36ab53704 /Makefile | |
| parent | 08c6675a979856d2444a249079268d1f494e7748 (diff) | |
| download | rabbitmq-server-git-f4cf1c19fba5d0c24c3e06eae4a8b355bfd87781.tar.gz | |
Add support for syslog server hostname
schlagert/syslog version 3.4.3 adds support for specifying a host name for `dest_host`, this PR supports it as well
See this gist for my test procedure:
git@gist.github.com:7ab6348839c3dc7b18b6662f024e089c.git
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ BUILD_DEPS = rabbitmq_cli DEPS = ranch syslog lager rabbit_common TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper -dep_syslog = git https://github.com/schlagert/syslog 3.4.2 +dep_syslog = git https://github.com/schlagert/syslog 3.4.3 define usage_xml_to_erl $(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1)))) |
