tweaks to reports
[pxelator] / couchdb / syslog / views / tag / map.js
index 55c7ece..b14c93b 100644 (file)
@@ -1,4 +1,4 @@
 function(doc) {
   if ( doc.package == 'syslogd' )
-  emit(doc.tag, 1);
+  emit(doc.tag.toLowerCase(), 1);
 }
\ No newline at end of file