diff options
| -rw-r--r-- | priv/schema/rabbit.schema | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema index c5e38dddf8..a7eaed2654 100644 --- a/priv/schema/rabbit.schema +++ b/priv/schema/rabbit.schema @@ -1068,26 +1068,6 @@ end}. {datatype, {enum, [true, false]}} ]}. -{translation, "rabbit.log.syslog.enabled", -fun(Conf) -> - case cuttlefish:conf_get("log.syslog", Conf) of - true -> - case cuttlefish:conf_get("log.syslog.ip", Conf, undefined) of - undefined -> - case cuttlefish:conf_get("log.syslog.host", Conf, undefined) of - undefined -> - cuttlefish:invalid("Either log.syslog.ip or log.syslog.host must be set"); - _Host -> - true - end; - _IpAddr -> - true - end; - _ -> - [] - end -end}. - {mapping, "log.syslog.level", "rabbit.log.syslog.level", [ {datatype, {enum, [debug, info, notice, warning, error, critical, alert, emergency, none]}} ]}. |
