From: John Spray Date: Thu, 19 May 2016 11:57:38 +0000 (+0100) Subject: common: add 'mgr' and 'mgrc' subsystems for logging X-Git-Tag: v11.0.1~60^2~69 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fefaac75cded8cb04576dc615197395aeafc155d;p=ceph.git common: add 'mgr' and 'mgrc' subsystems for logging Signed-off-by: John Spray --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 83a69b7185e4..b83614a1bb43 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -158,6 +158,8 @@ SUBSYS(leveldb, 4, 5) SUBSYS(memdb, 4, 5) SUBSYS(kinetic, 1, 5) SUBSYS(fuse, 1, 5) +SUBSYS(mgr, 1, 5) +SUBSYS(mgrc, 1, 5) OPTION(key, OPT_STR, "") OPTION(keyfile, OPT_STR, "")