Trent Mick
a111200a5a
make check
2013-04-01 17:21:01 -07:00
Trent Mick
f616276dc6
style: 4-space indents
2013-03-28 17:42:32 -07:00
Trent Mick
947705ad1e
'long' and 'bunyan' output formats
2013-03-08 16:32:10 -08:00
Trent Mick
b1c143c87a
bunyan CLI auto-paging
2013-01-18 21:24:23 -08:00
Trent Mick
bd4dec5bec
move test suite to nodeunit
2013-01-07 11:18:12 -08:00
Trent Mick
4145e63a6f
fix test case for latency tweak in CLI output
2012-12-27 17:09:30 -08:00
Trent Mick
8a7d743152
[issue #45 ] Fix bunyan CLI (default output mode) to not crash on a 'res' field that isn't a response object, but a string.
2012-10-10 11:39:29 -07:00
Trent Mick
1a9e712dbc
[issue #34 ] body
et al in request/response output by bunyan
CLI
...
Ensure `req.body`, `res.body` and other request/response
fields are emitted by the `bunyan` CLI (mostly by Rob Gulewich).
2012-08-21 11:04:33 -07:00
Trent Mick
f0a119a306
[issue #30 ] Robust handling of 'req' field without a 'headers' subfield in bunyan
CLI.
2012-08-08 22:27:49 -07:00
Trent Mick
b0cd1f628d
Fix some accidental t.ends() and corpus paths in test cases for 0.11.0.
2012-08-08 22:12:24 -07:00
isaacs
b1ed38af90
Add -c --condition for arbitrary filtering
2012-08-07 17:35:38 -07:00
isaacs
98550dadf5
Add --level -l for level filtering
2012-08-07 17:35:19 -07:00
Michael Hart
ad71b88f96
Added support for Gzip log files
2012-06-22 15:14:56 +10:00
Dave Pacheco
123d493d27
sort output from multiple sources
2012-05-11 16:22:28 -07:00
Trent Mick
a1c3c17b84
jsstyle clean
2012-04-27 17:40:56 -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
9feb9c82bd
CLI file args: bunyan foo.log bar.log
2012-02-23 21:19:28 -08:00