Commit Graph

161 Commits (98c5bb9173175151dd182edd813345365c55bf18)

Author SHA1 Message Date
Trent Mick 98c5bb9173 Merge pull request #24 from mhart/support-gzip-files
Added support for Gzip log files: `bunyan foo.log.gz`
2012-06-21 22:42:45 -07:00
Michael Hart ad71b88f96 Added support for Gzip log files 2012-06-22 15:14:56 +10:00
Trent Mick efab2b0b3f prep for future dev 2012-06-21 20:06:10 -07:00
Trent Mick 8873f1655d prepare for 0.9.0 release 2012-06-21 20:05:57 -07:00
Trent Mick 6be21f1d04 don't lie, really only support 0.6+, tho currently 0.4 mostly passes the test suite 2012-06-21 20:03:29 -07:00
Trent Mick 15af6c3d33 another version location 2012-06-21 20:00:59 -07:00
Trent Mick b86462e576 calling this 0.9.0 2012-06-21 20:00:24 -07:00
Trent Mick c5b0335c74 TODO thought 2012-06-21 19:58:19 -07:00
Trent Mick 66afe81ee9 [pull #16] Bullet proof the `bunyan.stdSerializers` 2012-06-21 17:24:06 -07:00
Trent Mick 0f20d3c7dd tyop 2012-06-21 14:58:42 -07:00
Trent Mick 1eed1fac19 use RingBuffer.records instead of RingBuffer.enties (related to pull #15) 2012-06-21 14:53:05 -07:00
Trent Mick 37a1447f22 per issue #8 change the way a raw stream is handled
"raw" is now a stream "type" isntead of a separate attribute. The
idea is that writing raw objects (instead of JSON-stringified stings)
to, e.g. a file WriteStream isn't useful. So, lets re-use the stream
"type" field instead of an additional "raw" field.
2012-06-21 14:49:04 -07:00
Trent Mick 0047bc060f Merge pull request #23 from davepacheco/master
fix test failures (for bunyan CLI multiple-log record merging)
2012-06-21 14:02:38 -07:00
Dave Pacheco d23c02371d fix failing test 2012-06-21 13:29:42 -07:00
Trent Mick 9f8281e651 changelog entries for dap's additions 2012-06-20 17:02:43 -07:00
Trent Mick aa5440c540 Merge pull request #15 from davepacheco/master
bunyan library: RingBuffer stream class. bunyan cli: Sort output from multiple sources.
2012-06-20 16:38:11 -07:00
Dave Pacheco 42d149e167 Merge branch 'master' of github.com:trentm/node-bunyan 2012-06-20 16:28:47 -07:00
Trent Mick 49e3c57030 'make check' fixes 2012-06-20 16:27:41 -07:00
Dave Pacheco b378560eac use raw stream support 2012-06-20 16:26:28 -07:00
Dave Pacheco b0daeb6706 Merge branch 'master' of github.com:trentm/node-bunyan 2012-06-20 16:20:54 -07:00
Trent Mick c5ba5c0147 support for 'raw' streams 2012-06-20 16:04:23 -07:00
Dave Pacheco cc6a2d0f6e code review comments 2012-06-20 10:39:56 -07:00
Trent Mick 7e42eb22b3 improve the internal xxx logging here 2012-06-20 09:07:57 -07:00
Dave Pacheco f1996fccef add ring buffer stream 2012-06-19 14:44:50 -07:00
Dave Pacheco f8de9a35d5 Merge branch 'master' of github.com:trentm/node-bunyan 2012-06-19 14:42:10 -07:00
Trent Mick cb6e84921e add warning about `log.info(myobj)` as both Yunong and Orlando have hit this (at least) 2012-06-18 12:08:48 -07:00
Trent Mick 7e90e07865 Add test/corpus/*.log files (accidentally excluded) so that test suite works 2012-06-05 17:22:25 -07:00
Trent Mick 7931359589 pull #21: tweak readme 2012-06-04 23:37:07 -07:00
Trent Mick ff3786f7d6 update to cutarelease 1.0.7 for JS version marker fix 2012-06-04 23:33:03 -07:00
Trent Mick 80c009a0d7 prep for future dev 2012-06-04 23:31:10 -07:00
Trent Mick 9e251a5470 prepare for 0.8.0 release 2012-06-04 23:30:58 -07:00
Trent Mick cd009b392c update version check for jsstyling (using single-quotes for stirngs now) 2012-06-04 23:22:39 -07:00
Trent Mick e9d768b70e forgot to update version here 2012-06-04 23:21:02 -07:00
Trent Mick 4dee56bc1d 0.8.0 release 2012-06-04 23:20:33 -07:00
Trent Mick bb8664a559 jsstyling of example files 2012-06-04 23:19:39 -07:00
Trent Mick 858150bbd2 pull #21: some style tweaks, add stream to error event args, test case, example, changelog 2012-06-04 23:13:50 -07:00
Trent Mick 63711a654a Merge pull request #21 from EvanOxfeld/reemit-createWriteStream-errors
Re-emit fs.createWriteStream errors
2012-06-04 23:03:43 -07:00
Evan Oxfeld 632379030e Re-emit fs.createWriteStream errors 2012-06-04 23:23:12 -04:00
Dave Pacheco 123d493d27 sort output from multiple sources 2012-05-11 16:22:28 -07:00
Trent Mick 4f28afc7a2 note it 2012-04-28 01:01:54 -07:00
Trent Mick 702c45695d TODOne 2012-04-28 01:01:27 -07:00
Trent Mick a1c3c17b84 jsstyle clean 2012-04-27 17:40:56 -07:00
Trent Mick 1a916f6ad7 more jsstyle'ing 2012-04-27 17:31:46 -07:00
Trent Mick 11b91cadd4 some jsstyle'ing 2012-04-27 17:23:29 -07:00
Trent Mick a442418f2d fix 'make check-jsstyle' 2012-04-27 17:21:36 -07:00
Trent Mick 13b36fb366 prep for future dev 2012-04-27 16:21:23 -07:00
Trent Mick 2daf47c11c prepare for 0.7.0 release 2012-04-27 16:21:15 -07:00
Trent Mick c7d5f8b240 [issue #12] Add `bunyan.createLogger(OPTIONS)` form, as is more typical in node.js APIs.
This'll eventually become the preferred form.
2012-04-27 16:20:57 -07:00
Trent Mick 6e0d1ecbc2 prep for future dev 2012-04-27 16:16:31 -07:00
Trent Mick 6d9aa4ff5c prepare for 0.6.9 release 2012-04-27 16:16:13 -07:00