-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestloggingConcerning logging functionalityConcerning logging functionality
Description
Feature Overview
Currently, Zync supports logging to TTY using env_logger.
we need to implement file-based logging.
Requirements
- Enable logging to a specified file in addition to TTY.
- Allow users to configure the log file path via command-line arguments or a configuration file.
- Implement log rotation to manage log file sizes and prevent disk space exhaustion.
Acceptance Criteria
- Users can specify a log file path when starting the server.
- Logs are written to both TTY and the specified file.
- Log files rotate after reaching a certain size or based on time intervals.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestloggingConcerning logging functionalityConcerning logging functionality