<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,6 +10,8 @@ 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;
@@ -22,6 +24,7 @@ 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} \
@@ -31,6 +34,7 @@ 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>
      <diff>@@ -3,8 +3,8 @@ script &quot;install-mongo&quot; do
   user &quot;root&quot;
   cwd &quot;/usr/local/src&quot;
   code &lt;&lt;-EOH
-  wget http://downloads.mongodb.org/linux/mongodb-linux-x86_64-1.0.0.tgz
-  tar -zxf mongodb-linux-x86_64-1.0.0.tgz
+  wget http://downloads.mongodb.org/linux/mongodb-linux-x86_64-1.0.1.tgz
+  tar -zxf mongodb-linux-x86_64-1.0.1.tgz
   mv mongodb-linux-x86_64-1.0.0 /usr/local/mongodb
   rm mongodb-linux-x86_64-1.0.0.tgz
   EOH</diff>
      <filename>cookbooks/mongodb/recipes/default.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a440e238387ce4f07c124e9a4b5ddf5b0f5ef9d4</id>
    </parent>
  </parents>
  <author>
    <name>Rogelio J. Samour</name>
    <email>rogelio@therubymug.com</email>
  </author>
  <url>http://github.com/durran/ey-cloud-recipes/commit/1e53a4c85d8006d2b71c4fa87c88b6519e2266a0</url>
  <id>1e53a4c85d8006d2b71c4fa87c88b6519e2266a0</id>
  <committed-date>2009-11-13T10:51:51-08:00</committed-date>
  <authored-date>2009-11-13T10:51:51-08:00</authored-date>
  <message>Update mongodb version to 1.0.1 and readd logpath</message>
  <tree>1327935a36caa8b21e0544e5d5177f51976181c6</tree>
  <committer>
    <name>Rogelio J. Samour</name>
    <email>rogelio@therubymug.com</email>
  </committer>
</commit>
