Summary: Configure the logger in the backend and worker projects.
The logger to use is Serilog. See https://serilog.net/.
Functional notes:
- The logger must output its information to the desired formats and outputs.
Technical notes:
- The logger must be configured to output data to:
- Console
- MongoDB
- Plain text file.
- Keep in mind the documentation.
Dependencies:
Subtasks:
Acceptance criteria:
- Tests are added if possible.
- The technical notes are met.
Summary: Configure the logger in the backend and worker projects.
The logger to use is Serilog. See https://serilog.net/.
Functional notes:
Technical notes:
Dependencies:
Subtasks:
Acceptance criteria: