Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging Framework #77

Open
SoulKa opened this issue Oct 4, 2024 · 0 comments
Open

Logging Framework #77

SoulKa opened this issue Oct 4, 2024 · 0 comments
Labels
backend Backend related task enhancement New feature or request setup Initial Setup has to be done

Comments

@SoulKa
Copy link
Collaborator

SoulKa commented Oct 4, 2024

Motivation

As a developer, I want the logs to have a good format and source class, in order to be able to debug even on production application. I probably also want file system logs, so I can trace back errors that happened in the backend.

Notes

  • Winston is a great logging framework that supports file system logging and works in backend and frontend

Acceptance Criteria

  • There is a central logger in the backend that logs on the file system
  • It has been evaluated if the logger also makes sense in the frontend
@SoulKa SoulKa added enhancement New feature or request backend Backend related task setup Initial Setup has to be done labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related task enhancement New feature or request setup Initial Setup has to be done
Projects
None yet
Development

No branches or pull requests

1 participant