Chris911 / Broccoli

Node Broccoli
4 stars 1 forks source link

Logging System #8

Open Chris911 opened 12 years ago

Chris911 commented 12 years ago

Problem

We really need a solid logging system that will help us debug. Node JS crashes if an exception is not properly handled leaving us with little information about problems and how to fix them. Logging all events with proper message levels and meaningful information is a must.

Solution