美文网首页
mongo设置与操作

mongo设置与操作

作者: forever_hl_1108 | 来源:发表于2020-12-03 20:03 被阅读0次

设置/获取日志级别

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


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

相关文章

网友评论

      本文标题:mongo设置与操作

      本文链接:https://www.haomeiwen.com/subject/osrvwktx.html