mongo设置与操作
2020-12-03 本文已影响0人
forever_hl_1108
设置/获取日志级别
xxx_rs:PRIMRY> db.getLogComponents(-1, "command")
xxx_rs:PRIMRY> db.getLogComponents()
{
"verbosity" : 0,
"accessControl" : {
"verbosity" : -1
}
"command" :{
"verbosity" : -1
}