소스 검색

In mongodb 2.6.10, when oplog appears in mongodb.conf, service doesnt start up

pull/4/head
Maciej Relewicz 7 년 전
부모
커밋
42ec439fca
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      mongodb/files/mongodb.conf

+ 3
- 1
mongodb/files/mongodb.conf 파일 보기

@@ -51,7 +51,9 @@ setParameter = logLevel={{ server.logging.get('logLevel', 1) }}
# 2=R
# 3=both
# 7=W+some reads
oplog = {{ server.logging.get('oplogLevel', 0) }}
{%- if server.logging.oplogLevel is defined %}
oplog = {{ server.logging.get('oplogLevel') }}
{%- endif %}

# Diagnostic/debugging option
#nocursors = true

Loading…
취소
저장