mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Mongodb uses syslog
This commit is contained in:
parent
b48b5df9b3
commit
eceff3bedb
1 changed files with 2 additions and 5 deletions
|
@ -14,9 +14,7 @@ storage:
|
|||
|
||||
# where to write logging data.
|
||||
systemLog:
|
||||
destination: file
|
||||
logAppend: true
|
||||
path: /var/log/mongodb/mongod.log
|
||||
destination: syslog
|
||||
|
||||
# network interfaces
|
||||
net:
|
||||
|
@ -27,8 +25,7 @@ net:
|
|||
processManagement:
|
||||
timeZoneInfo: /usr/share/zoneinfo
|
||||
|
||||
security:
|
||||
authorization: disabled
|
||||
# security:
|
||||
|
||||
operationProfiling:
|
||||
mode: slowOp
|
||||
|
|
Loading…
Add table
Reference in a new issue