sedge / opendojo

An open-source student and class management system for traditional karate clubs
Mozilla Public License 2.0
2 stars 0 forks source link

Implement logging #9

Closed sedge closed 9 years ago

sedge commented 9 years ago

ESTIMATE: 6 hrs DUE: Friday Feb 6 ASSIGNED: Kieran Sedgwick BLOCKS: BLOCKED BY:

A logging library needs to be found and then used to set up info, debug and error level logs in our server side code. This will require an audit of all existing server code, and will add an extra development requirement for future patches.

A good candidate is bunyan. For an example of this kind of logging in action, check out Makedrive (look for log.XXX() calls)