We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93227a9 commit 64a8ee6Copy full SHA for 64a8ee6
deps/rabbit/src/rabbit_vhost.erl
@@ -438,7 +438,7 @@ vhost_cluster_state(VHost) ->
438
Nodes).
439
440
vhost_down(VHost) ->
441
- rabbit_log:warning("Virtual host '~ts' is stopping", [VHost]),
+ rabbit_log:info("Virtual host '~ts' is stopping", [VHost]),
442
ok = rabbit_event:notify(vhost_down,
443
[{name, VHost},
444
{node, node()},
0 commit comments