browserify / wzrd.in

browserify as a service.
http://wzrd.in
MIT License
638 stars 96 forks source link

refactor logging #140

Open jfhbrook opened 8 years ago

jfhbrook commented 8 years ago

Logging right now is a bit of a hodgepodge.

Fundamentally, the right things are being logged so this is relatively low priority, but some ideas:

1) Can all logging output have a per-request uuid attached to it? Is this a more meaningful logger namespace? 2) Should logging use bunyan? 3) Should logging output newline-separated json?