Commit Graph

663 Commits (4d4663758e33ad29f3acca7224ce384ddc954905)

Author SHA1 Message Date
Trent Mick 4d4663758e example to log undefined vals (related to pull #473)
Also, a changelog update for a recent change.
2017-03-04 13:43:38 -08:00
Samuel Tribehou 2d535a6395 Anonymise some functions to work around Safari bug
Some Safari versions will error with a syntax error if a function has the same name as
one of its parameter.
Found the bug in safari included with iOS 9.3.5.
Fixed for me with this patch.
2017-03-03 20:45:52 -08:00
Thomas Lee 027cf5aab1 Align the same filename of empty_shim in README
empty-shim.js is not aligned with sample empty_shim below.

Change the above one to become empty_shim.js
2017-03-03 20:28:35 -08:00
Trent Mick 5c51dc2182 attempt to tickle a travis build 2017-03-03 16:43:44 -08:00
Paweł Sroka 4a500c4536 Updated node versions matrix and added SKIP_DTRACE=1 env var 2017-03-03 16:31:25 -08:00
Paweł Sroka b74180cf14 Added Travis CI integration 2017-03-03 16:31:25 -08:00
Trent Mick 741bcaeb5d Fix a breakage I made in a last minute "fix 'make check'". 1.8.8 2017-03-03 14:39:44 -08:00
Trent Mick 907489d816 fix 'make check'; version 1.8.7 2017-03-03 13:37:30 -08:00
Justin McConnell 55f8c9d172 Don't throw errors in older versions of node/V8 that don't support the Set object. (#485)
Fixes #484.
2017-03-03 13:33:40 -08:00
Trent Mick 4b9df6631f authors update 2017-03-03 10:55:18 -08:00
Todd Whiteman 550ea90e1c Bunyan's `safeCycles` is too slow when logging large objects. Fixes #474 2017-03-03 10:39:51 -08:00
Cody Peter Mello 3cde7bcb3b trentm/node-bunyan#401 mkLogEmitter closures unnecessary for disabled log levels and have perf impact 2016-11-14 18:26:52 +00:00
Floris Vink e4b33d8911 added new line for Simple output to PrintHelp (#407) 2016-11-07 22:24:00 -08:00
Trent Mick 01cb08ce35 Fix typo. Fixes #378 2016-11-07 22:15:23 -08:00
Trent Mick 4474c9a211 moved the See Also links to https://github.com/trentm/node-bunyan/wiki/Awesome-Bunyan 2016-11-03 09:05:01 -07:00
Trent Mick c04e84313f v1.8.4; fix 'src' usage with node v7
Fixes #454
2016-10-25 11:22:43 -07:00
Trent Mick e0f0a5d6fa move 3rd-party list to wiki 2016-10-25 06:40:30 -07:00
Trent Mick 06dbebd168 drop unnecessary check, because `typeof(null)` already is "object", excluded in the first guard 2016-10-18 13:36:33 -07:00
Trent Mick 049f178806 ignore rotated log files in the test dir 2016-10-18 13:30:27 -07:00
Trent Mick 2390bf8df2 v1.8.3. Fix `log.info(null)` crash that resulted from #426 in v1.8.2.
Fixes #450
2016-10-18 13:13:20 -07:00
Trent Mick a41539bfbd change 'make cutarelease' style to not do autocommits and version bumping as part of releasing 2016-10-17 16:30:55 -07:00
Brian Lai 18bdda78cd Bump version of dtrace-provider to support Node 6 (#449)
See https://github.com/chrisa/node-dtrace-provider/issues/74#issuecomment-253938799 for relevant details.
2016-10-17 16:24:30 -07:00
Trent Mick d6663a4627 test: test node v6, drop v5 2016-10-17 16:17:17 -07:00
Nick 7300a18583 docs: Fix local CLI path (#438) 2016-09-17 10:07:10 -07:00
Trent Mick 604ff1e88b Add 'make toc' to re-generate the TOC in the README (see #429) 2016-08-26 09:30:26 -07:00
Adrian Sieber 61f8af9b5c Add table of contents to README.md (#429) 2016-08-26 09:24:21 -07:00
Trent Mick 09742317fd Ensure `log.info({err: err})` results in a "msg" value, just like `log.info(err)`
Fixes #426
2016-08-26 00:01:04 -07:00
Trent Mick 876d3584b4 beefed up timeguard.js to time some things for #427 discussion 2016-08-25 23:42:04 -07:00
mlucool 7c80e299f4 Updated README for webpack instructions (#412) 2016-07-04 22:50:01 -07:00
Trent Mick 32e4e2facf TODO 2016-05-17 16:37:31 -07:00
Trent Mick cbfaa9a7bd bumpver for subsequent work 2016-04-21 01:00:52 -07:00
Trent Mick 63cc17f2e3 1.8.1 2016-04-21 01:00:39 -07:00
Trent Mick 4744d63dd3 Add example for #394 2016-04-21 00:49:18 -07:00
Trent Mick dfa12b2c97 beef up RotatingFileStream internal debugging 2016-04-21 00:31:46 -07:00
Trent Mick a094cee092 changelog and AUTHORS for Frankie's fix 2016-04-21 00:19:22 -07:00
Frankie O'Rourke 084f38c005 rotate() OR _setupNextRot() on start 2016-04-21 00:09:59 -07:00
Seoker Wang 306d8e12ee Fix typo in README.md
defualt -> default
2016-04-17 00:10:27 +08:00
Trent Mick ffc6355b6f bumpver for subsequent work 2016-03-16 22:52:27 -07:00
Trent Mick dcf23b49d6 1.8.0 2016-03-16 22:52:16 -07:00
Trent Mick 778d0f7049 Fix `bunyan -p ...` (i.e. DTrace integration) on node 4.x and 5.x
This never worked with node >0.x because of faulty logic determining
`nodeSpawnSupportsStdio` -- attempting to compare with, e.g.,
`Number('v1')`.

Fixes #370
2016-03-16 22:32:52 -07:00
Trent Mick 97026eb4e9 add Paul to contributors list for recent pull 2016-03-06 22:36:29 -08:00
Trent Mick 69e7c7fa9c verbump and changelog for #329, #330 2016-03-06 22:31:43 -08:00
Paul Milham 46d2be4642 rotating-file: auto rotate file on startup if needed
Fixes #239
2016-03-06 22:21:06 -08:00
Trent Mick bb1ab77c3e bumpver for subsequent work 2016-02-28 22:45:37 -08:00
Trent Mick b3f72bfb7a 1.7.1 2016-02-28 22:45:25 -08:00
Trent Mick 1ed8ed43f7 changelog for previous commit 2016-02-28 22:42:47 -08:00
Michael Nisi cf1926fef6 Ensure stream for type='stream' stream is a writable stream :)
Fixes #332
2016-02-28 22:35:56 -08:00
Martijn Schrage d9c5970be2 Don't advance to next rotation time when timeout fires early
Fixes #344
2016-02-28 21:44:40 -08:00
Trent Mick 97a678d8d1 changelog for #234/#354 2016-02-21 22:24:52 -08:00
Michael Nisi 99f3c47793 Check body length to prevent empty lines 2016-02-21 22:20:21 -08:00