diff options
Diffstat (limited to 'priv')
| -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 740eede99f..d6378793ca 100644 --- a/priv/schema/rabbit.schema +++ b/priv/schema/rabbit.schema @@ -1047,6 +1047,13 @@ end}. {datatype, {enum, [debug, info, notice, warning, error, critical, alert, emergency, none]}} ]}. +{mapping, "log.rabbit", "rabbit.log.rabbit.enabled", [ + {datatype, {enum, [true, false]}} +]}. +{mapping, "log.rabbit.level", "rabbit.log.rabbit.level", [ + {datatype, {enum, [debug, info, notice, warning, error, critical, alert, emergency, none]}} +]}. + {mapping, "log.syslog", "rabbit.log.syslog.enabled", [ {datatype, {enum, [true, false]}} ]}. |
