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
Trent Mick
e9724e9a54
rename for npm to pick up for "contributors" section
2012-04-23 22:02:32 -07:00
Trent Mick
e20c60de57
add author
2012-04-23 22:00:30 -07:00
Trent Mick
8f1c8adcd7
color 'src' info red in default bunyan CLI coloring
2012-04-10 15:32:33 -07:00
Trent Mick
6f1433c89b
'make testall' to test against multiple node versions
...
Change test to look for new ENOENT error message changed in recent
nodes:
// Note: node v0.6.10:
// ENOENT, no such file or directory 'asdf.log'
// but node v0.6.14:
// ENOENT, open 'asdf.log'
// Somewhat annoying change.
2012-04-10 15:11:55 -07:00
Trent Mick
0a6e4bc986
TODO
2012-04-10 14:02:15 -07:00
Trent Mick
bdc55f030a
issue #10 : correct readme examples to have the requisite 'pid' field
2012-03-30 14:56:07 -07:00
Trent Mick
ae6f44db9d
bash-bunyan
2012-03-28 14:01:41 -07:00
Trent Mick
b91f6967ec
can I use an <a> in readme?
2012-03-28 12:18:49 -07:00
Trent Mick
cf72fec14d
this discussion is just distracting here
2012-03-28 10:54:46 -07:00
Trent Mick
242e37bc88
better desc
2012-03-28 10:48:43 -07:00
Trent Mick
8b3bdef4a9
readme tweaks
2012-03-27 23:00:45 -07:00
Trent Mick
c8fe8dac34
tyop. update to latest cutarelease tool
2012-03-16 11:19:54 -07:00
Trent Mick
ea39bf03a5
Bunyan CLI tweak to show an 'err' field that doesn't have a 'stack'.
2012-02-28 14:45:53 -08:00