diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2019-02-07 17:24:40 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2019-02-07 17:24:40 +0100 |
| commit | c29976435e844e4b1ff50909b14fac471ee2eb72 (patch) | |
| tree | a22aadef012e6e3fda6fee04ddc723968d6c4171 | |
| parent | e43dd17efb135c6f54b8450e40c61d4ed61008c7 (diff) | |
| download | rabbitmq-server-git-c29976435e844e4b1ff50909b14fac471ee2eb72.tar.gz | |
Add Cuttlefish mapping for RA logging category
[#163518117]
| -rw-r--r-- | priv/schema/rabbit.schema | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema index 9bccb9a89e..f24e74c9ef 100644 --- a/priv/schema/rabbit.schema +++ b/priv/schema/rabbit.schema @@ -1332,6 +1332,13 @@ end}. {datatype, string} ]}. +{mapping, "log.ra.level", "rabbit.log.categories.ra.level", [ + {datatype, {enum, [debug, info, notice, warning, error, critical, alert, emergency, none]}} +]}. +{mapping, "log.ra.file", "rabbit.log.categories.ra.file", [ + {datatype, string} +]}. + {mapping, "log.default.level", "rabbit.log.categories.default.level", [ {datatype, {enum, [debug, info, notice, warning, error, critical, alert, emergency, none]}} ]}. |
