Skip to content

Implement File-Based Logging #1

@she3o

Description

@she3o

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestloggingConcerning logging functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions