设置/获取日志级别
xxx_rs:PRIMRY> db.getLogComponents(-1, "command")
xxx_rs:PRIMRY> db.getLogComponents()
{
"verbosity" : 0,
"accessControl" : {
"verbosity" : -1
}
"command" :{
"verbosity" : -1
}
xxx_rs:PRIMRY> db.getLogComponents(-1, "command")
xxx_rs:PRIMRY> db.getLogComponents()
{
"verbosity" : 0,
"accessControl" : {
"verbosity" : -1
}
"command" :{
"verbosity" : -1
}