Trent Mick
73b3c88477
require check to cut a release
2014-05-30 21:00:09 -07:00
Trent Mick
a6a0a7eb5a
make check
2014-05-30 20:59:09 -07:00
Trent Mick
84e9e34b5b
note express-bunyan-logger project
2014-05-30 20:58:18 -07:00
Trent Mick
d305801472
[issue #139 ] Fix bunyan
crash on a log record with res.header
that is an object.
2014-05-29 00:13:01 -07:00
Trent Mick
71e5d1be25
note aexmachina's change, style tweaks for make check
2014-05-28 23:35:56 -07:00
Trent Mick
dbbfdde3e5
Merge pull request #142 from aexmachina/object-keys-fix
...
Fix crash from `bunyan` CLI with an `Object.keys called on non-object` message
2014-05-28 23:32:29 -07:00
Trent Mick
fc0150f9fb
[issue #85 ] Ensure logging a non-object/non-string doesn't throw
2014-05-28 23:24:57 -07:00
Simon Wade
784eb0859f
Sending a log message with a non-object value for the req
property to the bunyan
CLI causes it to crash with an Object.keys called on non-object
message. This change fixes that.
2014-05-05 16:50:28 +10:00
Andrei Neculau
334e36cdfd
fix #105 : export addStream and addSerializers
2014-04-17 14:37:44 +02:00
Trent Mick
7b08dd607d
Merge pull request #137 from alexanderGugel/patch-1
...
drop trailing comma for style
2014-04-14 09:23:07 -07:00
alexanderGugel
f3e0ba6526
fix typo
2014-04-14 10:17:47 +02:00
Trent Mick
9f3ef6b42a
prep for future dev
2014-04-10 17:00:33 -07:00
Trent Mick
f89d9435c7
prepare for 0.22.3 release
2014-04-10 17:00:29 -07:00
Trent Mick
111e1424aa
bump rev to republish
2014-04-10 17:00:14 -07:00
Trent Mick
69bf207783
Merge pull request #133 from kcivey/patch-1
...
add `error` to list of log levels in readme
2014-04-09 20:08:19 -07:00
Trent Mick
419bd4dd7c
TODO
2014-04-09 20:07:51 -07:00
Keith C. Ivey
faf2cece4f
add error
to list of log levels in readme
2014-04-09 16:13:32 -04:00
Trent Mick
5b9da22e85
prep for future dev
2014-04-03 16:02:43 -07:00
Trent Mick
9cb97656c5
prepare for 0.22.2 release
2014-04-03 16:02:37 -07:00
Trent Mick
d98dffbce9
slightly diff output from diff git versions
2014-04-03 16:02:28 -07:00
Trent Mick
36f7e51a65
issue #131 Allow log.info(<number>)
and, most importantly, don't crash on that.
2014-04-03 15:59:49 -07:00
Trent Mick
a689ca171e
issue #128 : Update 'mv' optional dep to latest.
2014-03-19 09:11:34 -07:00
Glenn Murray
52d1abb8c9
Changelog for 'unref' bugfix #97
2014-03-04 15:47:45 +11:00
Glenn Murray
c80c0e8276
Merge 'chakrit/master' fixing #97 process not exiting
2014-03-04 15:46:06 +11:00
Glenn Murray
6f2cc6be2d
Graceful termination failing test for #97 and #73
...
Will fail if any timers or callbacks remain registered when
instantiating a logger with a rotating file.
2014-03-04 15:45:54 +11:00
Trent Mick
64a0196ddf
vim settings in this file
2013-11-29 14:49:23 -08:00
Trent Mick
0322832326
prep for future dev
2013-11-25 23:47:24 -08:00
Trent Mick
24bc088f6b
prepare for 0.22.1 release
2013-11-25 23:47:12 -08:00
Trent Mick
6208e87eca
#111 Fix a crash when attempting to use bunyan -p
on a platform without dtrace.
...
Also fix exit status if the spawned dtrace exits non-zero.
2013-11-25 23:46:30 -08:00
Trent Mick
f4f8f3e148
tyop
2013-11-25 23:25:10 -08:00
Trent Mick
7f43aac658
Merge pull request #107 from mmalecki/remove-unused-_mkRecord
...
Remove unused `Logger#_mkRecord`
2013-11-25 23:20:43 -08:00
Trent Mick
89d5326c7f
#101 Fix a crash in bunyan
rendering a record with unexpected "res.headers".
2013-11-25 23:17:59 -08:00
Maciej Małecki
f96ceb517d
Remove unused Logger#_mkRecord
2013-10-30 10:34:48 +01:00
Trent Mick
06ade787dc
prep for future dev
2013-10-11 13:17:14 -07:00
Trent Mick
16300671d7
prepare for 0.22.0 release
2013-10-11 13:17:02 -07:00
Trent Mick
eac13c08cc
issue #104 : log.reopenFileStreams()
convenience method to be used with external log rotation.
2013-10-11 13:16:29 -07:00
Trent Mick
96e2a9b31c
runtime log snooping as a name sugegstion from dap for bunyan -p
2013-10-02 13:09:07 -07:00
Chakrit Wichian
90360351b4
Fix #97 unref() the rotation timeout in RotatingFileStream.
...
The rotation `setTimeout` from `RotatingFileStream` will prevent the process from exiting.
This fix simply `unref()` the timeout immediately after it is set.
2013-08-21 14:47:28 +07:00
Trent Mick
27b679f243
prep for future dev
2013-07-02 16:44:16 -07:00
Trent Mick
ec54cbb213
prepare for 0.21.4 release
2013-07-02 16:43:09 -07:00
Trent Mick
dceffd7b25
[issue #96 ] Fix bunyan
to default to paging by default in node 0.10.0.
2013-07-02 16:42:22 -07:00
Trent Mick
d10f9ec53b
update notes on req_id for restify 2.x changes
2013-06-05 23:31:13 -07:00
Trent Mick
8f7aff09b2
prep for future dev
2013-05-21 17:31:09 -07:00
Trent Mick
5a866daa3a
prepare for 0.21.3 release
2013-05-21 17:30:08 -07:00
Trent Mick
3789aad16e
changelog entry for #90
2013-05-21 17:29:56 -07:00
Trent Mick
07c14fc8d0
Merge pull request #91 from bcantrill/master
...
issue #90 : changing DTrace switchrate broke -p
2013-05-21 17:28:40 -07:00
Bryan Cantrill
5dd82cb817
issue #90 : changing DTrace switchrate broke -p
2013-05-21 17:25:41 -07:00
Trent Mick
45dce561ec
prep for future dev
2013-05-17 02:12:30 -07:00
Trent Mick
4899025613
prepare for 0.21.2 release
2013-05-17 02:11:59 -07:00
Trent Mick
c938bc636f
update changelog for pull#89
2013-05-17 02:11:38 -07:00