question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider moving away from Bunyan

See original GitHub issue

Bunyan has worked amazingly well and I’m very happy with it overall. However, it at least appears to have become a dead project. See here and [here](https://github.com/trentm/node-bunyan/issues/586], etc.

Consider moving away from Bunyan to something similar:

  • JSON based logging
  • Pretty-printer
  • Similar enough syntax that the upgrade is minimal. The general signature for log methods is ([object], message)
  • Log rotation (may need to be separate, but should be built in to ENiGMA)

Pino seems to be a continuation of the Bunyan spirit. One thing that is missing is log rotation, so something else would need to be created here.

Others?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vordimouscommented, Jul 20, 2020

https://github.com/trentm/node-bunyan/releases/tag/2.0.4 release is out. should this ticket be closed?

0reactions
NuSkoolercommented, Jun 4, 2020

It looks like Pino allows for most of what is being asked for via transports/etc. E.g. one could simply plug a transport that outputs to format $foo or sends to $bar, so on.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is this project still active? · Issue #586 · trentm/node-bunyan
Should this project be considered deprecated? It doesn't appear to be actively maintained. No PRs have been merged in nine months.
Read more >
In the Words of John Bunyan
In addition to the Slough of Despond, Christian faces other difficulties before reaching the Wicket Gate. He is led astray by a malefactor...
Read more >
The Pilgrim's Progress, II, 3 - Logos Virtual Library: Bunyan
Me argument of weight, To move me for to watch and pray,: To strive to be sincere; To take my cross up day...
Read more >
The Pilgrim's Progress - Wikipedia
In 1850, a moving panorama of Pilgrim's Progress, known as the Bunyan Tableuax or the Grand Moving Panorama of Pilgrim's Progress was painted...
Read more >
Christ's Love - John Bunyan - Bible Bulletin Board
Consider therefore the greatness that is for you, that taketh part with you, ... that is so far, and so far every believer...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found