Log Rotation in MongoDB

vinodterry
edited February 11, 2022 in Analytics #1

I think this command can help u

db.adminCommand( { logRotate : 1 } )

Run this command u will be Able to perform log rotation

Comments

  • I think this command can help u

    db.adminCommand( { logRotate : 1 } )

    Run this command u will be Able to perform log rotation