You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to configure only some categories to use syslog_lager_backend, the syslog application does not start by default.
This requires starting manually every time rabbitmq node restarts, which is inconvenient.
The text was updated successfully, but these errors were encountered:
Fixes#2044Fixes#2044
To test -
* Clone https://github.com/lukebakken/rabbitmq-server-2044
* Ensure `syslog-ng` is in your `PATH`, then run `run-syslog-ng.sh`
* Start RabbitMQ using `rabbitmq.config`
* Run the following to log using the federation sink:
```
rabbit_federation_link_util:log_debug(rabbit_misc:r(<<"/">>, exchange), "TEST TEST ~s", [bar]).
```
Without this patch, nothing will be sent to the local `syslog-ng`
server. Also, running `application:which_applications()` will not show
that `syslog` is started. Applying this patch will fix both.
Reported in https://groups.google.com/forum/#!topic/rabbitmq-users/1yk3akqVmYE
When trying to configure only some categories to use
syslog_lager_backend
, thesyslog
application does not start by default.This requires starting manually every time rabbitmq node restarts, which is inconvenient.
The text was updated successfully, but these errors were encountered: