mongo设置与操作

设置/获取日志级别

xxx_rs:PRIMRY> db.getLogComponents(-1, "command")


xxx_rs:PRIMRY> db.getLogComponents()
{
     "verbosity" : 0,
    "accessControl" : {
        "verbosity" : -1
    } 
    "command" :{
        "verbosity" : -1
    }

你可能感兴趣的:(mongo设置与操作)