apinf / platform

Apinf - Open source API management platform with multi proxy and protocol support
https://apinf.com/
European Union Public License 1.1
74 stars 33 forks source link

Add error log for the application #638

Closed mauriciovieira closed 7 years ago

mauriciovieira commented 8 years ago

Copied from #615

Description

There should be a centralized way to log server errors like the one reported at #636

User story

As a system administrator
I would like to review log files for the Apinf platform
so that I can identify issues, warnings, etc. and take corrective action

Feature

Research and choose a logging framework for Apinf (Meteor.js). Add the logging framework/package. Determine what functions, e.g. server methods, need logging support and add calls to the logger with relevant details.

Once logging is enabled, it will be useful to log errors (e.g. within try/catch statements).

Research

The Winston logging library may be a good solution:

Related

Definition of done

mauriciovieira commented 7 years ago

closed by #1986