Commit graph

90 commits

Author SHA1 Message Date
Trent Mick
b0b9bed17b docs: update notes on log levels
Hopefully helps clarify questions like #340 and #305.
2016-01-31 17:35:45 -08:00
Ionică Bizău
9cd70479cb Added the missing syntax highlighting
Added syntax highlighting everywhere and minor formatting.
2015-09-07 00:39:56 -07:00
Shakeel Mohamed
bedb2ae7ff Fixed typos in README 2015-09-07 00:08:17 -07:00
Trent Mick
56f2ac4de5 typo 2015-09-06 23:37:14 -07:00
Yunong Xiao
08710eca4d add link to bunyan kafka plugin 2015-09-06 23:07:29 -07:00
Mirko Kiefer
7a884019a7 add bunyan-cloudwatch to readme
Fixes #263.
2015-06-12 23:01:59 -07:00
Trent Mick
6ed1afd1b9 readme note 2015-06-12 23:01:01 -07:00
Trent Mick
d41f15bcd7 A follow-up to #250 to indicate the 'ms' log rotation scope is just for testing 2015-05-12 21:38:52 -07:00
Tony Lukasavage
f82ccfcd4f add undocumented "ms" rotation period to docs 2015-05-12 18:55:11 -04:00
Seth Pollack
ef669b6660 add third-party stream for fogbugz 2015-02-08 13:51:09 -05:00
Seth Pollack
3d786a84f0 add third-party stream for slack 2015-01-28 16:49:53 -05:00
Trent Mick
1ed684d110 Ensure a top-level level given in bunyan.createLogger is *used* for given streams
Fixes #164
2015-01-17 20:39:06 -08:00
Trent Mick
978a2439a3 Merge pull request #204 from cb1kenobi/readme-typo
Fixed typo in the readme.
2015-01-16 22:27:11 -08:00
Trent Mick
7c0b566e63 [issue #210] Export bunyan.nameFromLevel and bunyan.levelFromName 2015-01-15 22:18:29 -08:00
Chris Barber
78826c5dba Fixed typo in the readme. 2014-12-28 21:40:16 -08:00
Trent Mick
8558935084 Update install note for reintroduction of dtrace-provider in v1.2.0 2014-11-17 21:09:19 -08:00
Trent Mick
f5e5d577f0 clean up README sectioN 2014-09-21 21:35:27 -07:00
Trent Mick
9e6a199ca5 give people a start at rendered console.log in the browser 2014-09-21 21:32:07 -07:00
Trent Mick
414f33563d browserify support, bump ver to 1.1.0 2014-09-21 21:20:43 -07:00
Trent Mick
fe1e25aea9 Fix anchor (per @wayneseymour, fixes #152) 2014-08-25 00:24:25 -07:00
Trent Mick
26a8bb02a4 Bright black "hides" some bunyan CLI styled text when using Solarized Dark theme
fixes #160
2014-08-10 00:36:55 -07:00
Trent Mick
dacdd080dc add note about separate dtrace-provider installation necessity 2014-08-01 16:38:33 -07:00
Trent Mick
0c09bddda6 note logentries connector 2014-08-01 10:49:18 -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
4670906256 skip rotating-file test on node 0.8; warn about rotating-file issues 2014-05-31 22:57:36 -07:00
Trent Mick
6cdcbf45ec attempt to clarify error *events*, per #124 2014-05-31 22:06:02 -07:00
Trent Mick
84e9e34b5b note express-bunyan-logger project 2014-05-30 20:58:18 -07:00
alexanderGugel
f3e0ba6526 fix typo 2014-04-14 10:17:47 +02:00
Keith C. Ivey
faf2cece4f add error to list of log levels in readme 2014-04-09 16:13:32 -04: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
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
Trent Mick
d10f9ec53b update notes on req_id for restify 2.x changes 2013-06-05 23:31:13 -07:00
Trent Mick
1514b25fb9 forum link 2013-04-10 23:10:04 -07:00
Trent Mick
1602307e2e mention the google group 2013-04-10 23:08:08 -07:00
Trent Mick
70ae34a35d mention bunyan+graylog2 supporting repo 2013-01-18 21:24:23 -08:00
Noah H. Smith
0a703ea6f3 replacing "Bunion" with "Bunyan" because they're not the same thing 2013-01-10 11:14:21 -06:00
Trent Mick
51fda28eb9 forgot to finish this sentence 2013-01-04 14:50:36 -08:00
Trent Mick
480ee5d1e0 log rotation support; v0.17.0; improve README docs 2013-01-04 14:30:27 -08:00
Trent Mick
cfdb30e105 guards and UX for -c CONDITION usage 2012-12-14 11:47:38 -08:00
Trent Mick
f08c2e6f2c issue #56: bunyan -p NAME 2012-11-13 00:12:57 -08:00
Trent Mick
8732764c67 issue #48: changelog, add Bryan to AUTHORS, basic dtrace test suite
The test suite for this is a bit finnicky because root rights are
required to run dtrace. By default we run the dtrace.test.js file
with 'sudo'. Use this to skip the dtrace tests:
    SKIP_DTRACE=1 make test

Note taht 'make test09' is busted because dtrace-provider seems
busted with node 0.9.1 at least.
2012-10-31 23:52:53 -07:00
Bryan Cantrill
af5a3d4873 issue #48: add USDT DTrace support via node-dtrace-provider 2012-10-31 00:28:24 -07:00
Trent Mick
02b5863f46 clarify log level best practices 2012-09-10 12:13:31 -07:00
Matthew Smillie
7cb505c0ae Typo. 2012-07-27 14:42:58 -07:00
Trent Mick
79da9bb01f tyop 2012-06-21 23:11:07 -07:00
Trent Mick
2fe6983125 versioning scheme 2012-06-21 23:10:10 -07:00
Trent Mick
48357d1379 screenshot 2012-06-21 23:02:35 -07:00
Trent Mick
6be21f1d04 don't lie, really only support 0.6+, tho currently 0.4 mostly passes the test suite 2012-06-21 20:03:29 -07:00