As of rabbitmq/rabbitmq-server#1459 amq.rabbitmq.log is no longer declared by default

(cherry picked from commit a9a9cb67cf)
This commit is contained in:
Michael Klishin 2017-12-30 05:00:27 +08:00
parent f99f9b489b
commit 86e64555a7
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ exchanges(Config) ->
"amq.fanout",
"amq.headers",
"amq.match",
"amq.rabbitmq.log",
"amq.rabbitmq.trace",
"amq.topic",
"foo"]} = run_list(Config, l("exchanges")),