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)
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)