thlorenz / bunyan-format

Writable stream that formats bunyan records that are piped into it
MIT License
51 stars 22 forks source link

Doesn't render in browser #4

Closed bitplanets closed 9 years ago

bitplanets commented 9 years ago

You could even use css styles to render beautiful logs in chrome https://developer.chrome.com/devtools/docs/console#styling-console-output-with-css

thlorenz commented 9 years ago

This is meant to be used server side, but I'm open for a PR that adds the feature you describe. Closing this issue for now.

bitplanets commented 9 years ago

It's more complex than just a formatter. I've done a hack over the original bunyan, there is an issue with the example https://github.com/trentm/node-bunyan/issues/214

thlorenz commented 9 years ago

That's nice, would you like to add this feature via a PR here via a similar hack?