From 2447c33cb74d4408d5a88dc53ab9453358252c5e Mon Sep 17 00:00:00 2001 From: minl1 Date: Thu, 6 Sep 2018 22:53:13 +0800 Subject: [PATCH] CA-296532: mpathalert log spam Disable Debug Level for brand 'mscgen' Signed-off-by: Min Li --- http-svr/xmlrpc_client.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http-svr/xmlrpc_client.ml b/http-svr/xmlrpc_client.ml index ba4a4d4..54a4b96 100644 --- a/http-svr/xmlrpc_client.ml +++ b/http-svr/xmlrpc_client.ml @@ -21,6 +21,8 @@ open D module E = Debug.Make(struct let name = "mscgen" end) +let () = Debug.disable ~level:Syslog.Debug "mscgen" + module Internal = struct let set_stunnelpid_callback : (string option -> int -> unit) option ref = ref None let unset_stunnelpid_callback : (string option -> int -> unit) option ref = ref None