Skip to content

Implement logging#3

Merged
FRickReich merged 5 commits into
developfrom
feature/implement_logger
Apr 28, 2020
Merged

Implement logging#3
FRickReich merged 5 commits into
developfrom
feature/implement_logger

Conversation

@FRickReich
Copy link
Copy Markdown
Contributor

No description provided.

@todo
Copy link
Copy Markdown

todo Bot commented Apr 28, 2020

Add Logger to all services

Currently the Logger only works in the connection service, this configuration should be copied to all nodejs based service.


* @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 comment was generated by todo based on a todo comment in 104dc51 in #3. cc @ShipyardSuite.

@todo
Copy link
Copy Markdown

todo Bot commented Apr 28, 2020

Add data element to PlayerSchema

This element needs to be added to the PlayerSchema of the player-service.


* @todo Add data element to PlayerSchema
* @body This element needs to be added to the PlayerSchema of the player-service.
*/
data: { type: Object, default: {} }
});


This comment was generated by todo based on a todo comment in 104dc51 in #3. cc @ShipyardSuite.

@FRickReich FRickReich merged commit 35207eb into develop Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant