Skip to content

Commit 64a8ee6

Browse files
Log this message at info level
1 parent 93227a9 commit 64a8ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_vhost.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ vhost_cluster_state(VHost) ->
438438
Nodes).
439439

440440
vhost_down(VHost) ->
441-
rabbit_log:warning("Virtual host '~ts' is stopping", [VHost]),
441+
rabbit_log:info("Virtual host '~ts' is stopping", [VHost]),
442442
ok = rabbit_event:notify(vhost_down,
443443
[{name, VHost},
444444
{node, node()},

0 commit comments

Comments
 (0)