Commit Graph

678 Commits (1.8.12)

Author SHA1 Message Date
Trent Mick 0c09bddda6 note logentries connector 2014-08-01 10:49:18 -07:00
Patrick Mooney 2ed6df0834 [minor] fix jsstyle issues in example 2014-07-31 20:49:01 -05:00
Patrick Mooney 042e2c0fc9 [issue #87] Kill vm.runInNewContext with fire
Change default condition evaluation from vm.runInNewContext to
eval-style functions.  Use of "naked" variables (pid === 123, etc) no
longer works, making this.<name> variable qualification necessary.
2014-07-31 20:48:31 -05:00
Trent Mick 12eda6036f modernize examples to bunyan.createLogger preference 2014-07-24 23:36:50 -07:00
Trent Mick e8a4387070 strong comparison 2014-06-30 23:26:39 -07:00
Trent Mick 2c2459df2f #117 add warning about using rotating-file and cluster together 2014-06-01 23:34:50 -07:00
Trent Mick 865cec6a6d prep for future dev 2014-05-31 23:00:25 -07:00
Trent Mick 90d1405198 prepare for 0.23.1 release 2014-05-31 23:00:19 -07:00
Trent Mick 687b16b42c make check 2014-05-31 23:00:13 -07:00
Trent Mick 3c62838c38 fix 'make versioncheck' 2014-05-31 22:58:40 -07:00
Trent Mick 4670906256 skip rotating-file test on node 0.8; warn about rotating-file issues 2014-05-31 22:57:36 -07:00
Trent Mick 1ad4a7596f note contributors 2014-05-31 22:28:47 -07:00
Trent Mick 42e99323ee 'make check' 2014-05-31 22:25:06 -07:00
Trent Mick 7fb58aa5e4 Merge pull request #125 from ascom-au/master
Rotating-file stream prevent process from exiting
2014-05-31 22:17:09 -07:00
Trent Mick 6cdcbf45ec attempt to clarify error *events*, per #124 2014-05-31 22:06:02 -07:00
Trent Mick 118d73e588 Add an example showing how to use raw streams for #130 2014-05-31 21:58:10 -07:00
Trent Mick af6afa3c31 dump ver in 'make versioncheck' 2014-05-30 21:01:46 -07:00
Trent Mick 67b8bab6c9 prep for future dev 2014-05-30 21:00:24 -07:00
Trent Mick 20ba943daa prepare for 0.23.0 release 2014-05-30 21:00:17 -07:00
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