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 #4

Open
3 tasks
VannySothea opened this issue Nov 5, 2024 · 0 comments
Open
3 tasks

Logging #4

VannySothea opened this issue Nov 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@VannySothea
Copy link
Owner

VannySothea commented Nov 5, 2024

Add Logging System

Currently, the application lacks a logging mechanism to track and monitor activities, errors, and performance metrics, making it difficult to troubleshoot and audit.

Solution
Implement a logging system with customizable filtering (e.g., error level, categories) and formatting. Logs should be stored in a dedicated database to allow for easy retrieval and long-term storage.

Considered using a simple file-based logging system, but a database offers better queryability and centralized access for team members.

This feature will improve maintainability and help identify potential issues before they affect users.

Description

Implement a logging system with filtering, formatting, and database storage.

Tasks:

  • Set up logging with customizable filters (e.g., error level, categories).
  • Apply a consistent format to all log entries.
  • Store logs in a dedicated database for easy retrieval.
@VannySothea VannySothea added the enhancement New feature or request label Nov 5, 2024
@VannySothea VannySothea added this to the Logging and Caching milestone Nov 5, 2024
@VannySothea VannySothea changed the title Add Logging System Logging Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant