diff options
| author | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2016-01-13 12:23:38 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2016-01-13 12:23:38 +0100 |
| commit | 7c98f51b6c52d5b819317c7b4b249641417d2bb6 (patch) | |
| tree | 900bd93590e80e0f6ee839e44a890063505ec1f8 /src/rabbit.app.src | |
| parent | 636142506ccf1fb65058fe0ae8d997edcc25af65 (diff) | |
| parent | 670d986641cebf3db4d24c4c18b0cbc8132a9829 (diff) | |
| download | rabbitmq-server-git-7c98f51b6c52d5b819317c7b4b249641417d2bb6.tar.gz | |
Merge pull request #491 from rabbitmq/rabbitmq-server-94rabbitmq_v3_7_0_milestone1
Switch to Lager for logging
Diffstat (limited to 'src/rabbit.app.src')
| -rw-r--r-- | src/rabbit.app.src | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rabbit.app.src b/src/rabbit.app.src index 4ee0191138..f347b24585 100644 --- a/src/rabbit.app.src +++ b/src/rabbit.app.src @@ -9,7 +9,9 @@ rabbit_router, rabbit_sup, rabbit_direct_client_sup]}, - {applications, [kernel, stdlib, sasl, mnesia, rabbit_common, ranch, os_mon, xmerl]}, + %% FIXME: Remove goldrush, once rabbit_plugins.erl knows how to ignore + %% indirect dependencies of rabbit. + {applications, [kernel, stdlib, sasl, mnesia, goldrush, lager, rabbit_common, ranch, os_mon, xmerl]}, %% we also depend on crypto, public_key and ssl but they shouldn't be %% in here as we don't actually want to start it {mod, {rabbit, []}}, |
