There is currently no logging functionality on the orchestrator, for errors or otherwise. For debugging and eventual production purposes we need to ensure developers and admins can find useful feedback about the performance of the system.
Solution (Changes Made)
Introduction of winston, a useful logging package.
Function to create loggers unique to each service (e.g., image builder, API controllers, etc)
Feature/Problem Description
There is currently no logging functionality on the orchestrator, for errors or otherwise. For debugging and eventual production purposes we need to ensure developers and admins can find useful feedback about the performance of the system.
Solution (Changes Made)
winston
, a useful logging package.