From 0acea77c16ab113d03ffde5d734bd5decb18859c Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Thu, 23 Oct 2014 17:16:04 +0100 Subject: Log when plugins started / stopped --- src/rabbit_plugins.erl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rabbit_plugins.erl b/src/rabbit_plugins.erl index f0df3b33..e290fb53 100644 --- a/src/rabbit_plugins.erl +++ b/src/rabbit_plugins.erl @@ -56,6 +56,8 @@ ensure(FileJustChanged0) -> {disabled, Stop}]), rabbit:stop_apps(Stop), clean_plugins(Stop), + rabbit_log:info("Plugins changed; enabled ~p, disabled ~p~n", + [Start, Stop]), {ok, Start, Stop}; _ -> {error, {enabled_plugins_mismatch, FileJustChanged, OurFile}} -- cgit v1.2.1