Skip to content

Commit 6bce645

Browse files
committed
rabbit_feature_flags: Log when the controller is starting
[Why] This is to be consistent with the fact that it logs something when it exits. It also helps while debugging it.
1 parent 076becf commit 6bce645

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/rabbit/src/rabbit_ff_controller.erl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ callback_mode() ->
183183
state_functions.
184184

185185
init(_Args) ->
186+
?LOG_DEBUG(
187+
"Feature flags: controller standing by",
188+
#{domain => ?RMQLOG_DOMAIN_FEAT_FLAGS}),
186189
{ok, standing_by, none}.
187190

188191
standing_by(

0 commit comments

Comments
 (0)