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

feat: Mirror logger output to a file #1338

Open
1 task
erickzanardo opened this issue May 30, 2024 · 0 comments
Open
1 task

feat: Mirror logger output to a file #1338

erickzanardo opened this issue May 30, 2024 · 0 comments
Labels
enhancement candidate Candidate for enhancement but additional research is needed

Comments

@erickzanardo
Copy link

Description

Add a feature to mason logger where developers would be able to pass a File or a path when creating a logger. The logger would also write everything that it receives to such file.

Additionally, the writing of this file could be async and non awaited, in order to not affect the app.

Requirements

  • Add a way to configure a mason to mirror the output to a file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement candidate Candidate for enhancement but additional research is needed
Projects
None yet
Development

No branches or pull requests

2 participants