Skip to content

Commit d486563

Browse files
Merge pull request #11128 from rabbitmq/mk-reduce-virtual-host-creation-logging
This should be logged at debug level
2 parents cffd43b + f2af07c commit d486563

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
@@ -200,7 +200,7 @@ do_add(Name, Metadata, ActingUser) ->
200200
{NewOrNot, VHost} = rabbit_db_vhost:create_or_get(Name, DefaultLimits, Metadata),
201201
case NewOrNot of
202202
new ->
203-
rabbit_log:info("Inserted a virtual host record ~tp", [VHost]);
203+
rabbit_log:debug("Inserted a virtual host record ~tp", [VHost]);
204204
existing ->
205205
ok
206206
end,

0 commit comments

Comments
 (0)