<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,8 +10,6 @@ depend() {
 MONGODB_EXEC=&quot;${MONGODB_EXEC:-/usr/local/mongodb/bin/mongod}&quot;
 MONGODB_MASTER_DATA=&quot;${MONGODB_MASTER_DATA:-/db/mongodb/masterdb}&quot;
 MONGODB_SLAVE_DATA=&quot;${MONGODB_SLAVE_DATA:-/db/mongodb/slavedb}&quot;
-MONGODB_MASTER_LOG=&quot;${MONGODB_MASTER_LOG:-/var/log/mongodb/master.log}&quot;
-MONGODB_SLAVE_LOG=&quot;${MONGODB_SLAVE_LOG:-/var/log/mongodb/slave.log}&quot;
 MONGODB_USER=&quot;${MONGODB_USER:-mongodb}&quot;
 MONGODB_MASTER_PID_FILE=&quot;${MONGODB_MASTER_PID_FILE:-/var/run/mongodb/master.pid}&quot;
 MONGODB_SLAVE_PID_FILE=&quot;${MONGODB_SLAVE_PID_FILE:-/var/run/mongodb/slave.pid}&quot;
@@ -24,7 +22,6 @@ start() {
   ebegin &quot;Starting Master ${SVCNAME}&quot;
 
   args=&quot;--dbpath $MONGODB_MASTER_DATA --port $MONGODB_MASTER_PORT --bind_ip $MONGODB_IP&quot;
-  args=&quot;${args} --logpath $MONGODB_MASTER_LOG --logappend $MONGODB_OPTIONS&quot;
 
   start-stop-daemon --background --start --chuid ${MONGODB_USER} --pidfile \
   &quot;${MONGODB_MASTER_PID_FILE}&quot; --make-pidfile --exec ${MONGODB_EXEC} \
@@ -34,7 +31,6 @@ start() {
   ebegin &quot;Starting Slave ${SVCNAME}&quot;
 
   args=&quot;--dbpath $MONGODB_SLAVE_DATA --port $MONGODB_SLAVE_PORT --bind_ip $MONGODB_IP&quot;
-  args=&quot;${args} --logpath $MONGODB_SLAVE_LOG --logappend $MONGODB_OPTIONS&quot;
 
   start-stop-daemon --background --start --chuid ${MONGODB_USER} --pidfile \
   &quot;${MONGODB_SLAVE_PID_FILE}&quot; --make-pidfile --exec ${MONGODB_EXEC} \</diff>
      <filename>cookbooks/mongodb/files/default/mongodb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb8075e5fce5861a81e22b2d48f19a64fb88961b</id>
    </parent>
  </parents>
  <author>
    <name>Rogelio J. Samour and Tim Pope</name>
    <email>dev+therubymug+tpope@hashrocket.com</email>
  </author>
  <url>http://github.com/durran/ey-cloud-recipes/commit/7d4d820745369d5b0ab60fd3e96eaafdc7dde1d7</url>
  <id>7d4d820745369d5b0ab60fd3e96eaafdc7dde1d7</id>
  <committed-date>2009-11-13T11:42:50-08:00</committed-date>
  <authored-date>2009-11-13T11:42:50-08:00</authored-date>
  <message>Remove logpath since that's not in stable version</message>
  <tree>18a1110d99cec3250c32a18906a8873e09e39ec7</tree>
  <committer>
    <name>Rogelio J. Samour</name>
    <email>rogelio@therubymug.com</email>
  </committer>
</commit>
