/[pxelator]/couchdb/syslog/views/timeline-without-cron/map.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /couchdb/syslog/views/timeline-without-cron/map.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 301 by dpavlin, Tue Aug 18 12:19:52 2009 UTC revision 302 by dpavlin, Wed Aug 26 16:34:59 2009 UTC
# Line 4  function(doc) { Line 4  function(doc) {
4     && doc.tag != 'CRON'     && doc.tag != 'CRON'
5     && doc.tag != '/USR/SBIN/CRON'     && doc.tag != '/USR/SBIN/CRON'
6    )    )
7    emit([doc.timestamp,doc.tag], doc.message);    emit(doc._id, doc.message);
8  }  }

Legend:
Removed from v.301  
changed lines
  Added in v.302

  ViewVC Help
Powered by ViewVC 1.1.26