-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Complexity: M1-8 hours1-8 hoursPriority: Low1-7 days1-7 daysType: EnhancementNew feature or requestNew feature or request
Description
Unified Logging
Description
Instead of prints, vCache should follow a unified logging schema.
Requirements
- Followed coding conventions
- Implemented or updated tests
- User should be able to select the logging granularity
- Update the ReadMe
Impact
- Who: Users and developer
- What: Logging
- Why: Usability and debugging
Proposed Solution
By default, logging is set to the granularity 'errors and warning'. Define an enum that contains the different logging granularity levels. When initializing vCache, the user can select such a granularity level. In the core, vCache should adjust the logging accordingly. The core code should remain clean.
Acceptance Criteria
- Enum with logging criteria
- Non-convoluted code
- Test outputs
Risks & Dependencies
Missed important logs and users might define "important" differently.
Additional Context
--
Metadata
Metadata
Assignees
Labels
Complexity: M1-8 hours1-8 hoursPriority: Low1-7 days1-7 daysType: EnhancementNew feature or requestNew feature or request