# 2=R | # 2=R | ||||
# 3=both | # 3=both | ||||
# 7=W+some reads | # 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 | # Diagnostic/debugging option | ||||
#nocursors = true | #nocursors = true |