MongoDB log file growth

后端 未结 4 519
野性不改
野性不改 2020-12-13 04:45

Currently my log file sits at 32 meg. Did I miss an option that would split the log file as it grows?

4条回答
  •  旧巷少年郎
    2020-12-13 05:16

    Rotate the logs yourself

    http://www.mongodb.org/display/DOCS/Logging

    or use 'logrotate' with an appropriate configuration.

提交回复
热议问题