Skip to content

Server Logging #67

@shubhbapna

Description

@shubhbapna

Is your feature request related to a problem? Please describe.
Currently the server is using console.logs to perform any kind of logging. This can make it difficult to catch issues happening in production.

Describe the solution you'd like
Implement a logger service.
Features that would be nice to implement:

  • Prepend INFO, WARN, ERROR before logging a message
  • Centralize and collect logs to avoid using docker logs

Things to consider
https://sematext.com/guides/docker-logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendThis is related to the serverenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions