Skip to content

⚒️ Logging & Diagnostics #36

Description

@FRFlo

Is there an existing issue for this?

  • I have searched the existing issues

Proposal

  • Replace #if DEBUG in Logger for controlling debug levels.

    • You currently have “#if DEBUG” deciding the log filename. You might prefer appsetting-based or environment-based toggles (e.g., “--configuration Debug vs. Release”), or rely on a proper logging framework for deciding how to log in production versus development.
  • Consider structured logging.

    • Storing key data (e.g., file paths, time taken to copy) as structured fields can make logs far more meaningful and machine-queryable (e.g., sending JSON logs to centralized platforms).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions