Currently the Logger only works in the connection service, this configuration should be copied to all nodejs based service.
Services:
|
* @todo Add Logger to all services |
|
* @body Currently the Logger only works in the connection service, this configuration should be copied to all nodejs based service. |
|
*/ |
|
this.logger = winston.createLogger({ |
|
format: winston.format.timestamp(), |
|
transports: [ |
This issue was generated by todo based on a todo comment in 104dc51 when #3 was merged. cc @ShipyardSuite.
Currently the Logger only works in the connection service, this configuration should be copied to all nodejs based service.
Services:
connection/server/index.js
Lines 69 to 74 in 104dc51
This issue was generated by todo based on a
todocomment in 104dc51 when #3 was merged. cc @ShipyardSuite.