We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561999f commit e154d74Copy full SHA for e154d74
1 file changed
roles/mongo/templates/mongod.conf.j2
@@ -1,8 +1,5 @@
1
systemLog:
2
- destination: file
3
- logRotate: reopen
4
- logAppend: true
5
- path: /var/log/mongodb/mongod.log
+ destination: syslog
6
7
net:
8
bindIp: {{ mongo_bind_listen_address }}
0 commit comments