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

[core] Rotate log files to limit amount of disk space used #272

Open
t1m0thyj opened this issue May 29, 2024 · 1 comment
Open

[core] Rotate log files to limit amount of disk space used #272

t1m0thyj opened this issue May 29, 2024 · 1 comment
Labels
enhancement New feature or request priority-low
Milestone

Comments

@t1m0thyj
Copy link
Member

If all the logs are written to the same file, over a long period of time it will grow in size and become many MB. We may want to investigate the RotatingFileHandler class which switches logging to a new file when the file exceeds a certain size, and deletes old files (similar to what our Node.js SDK does).

Since logging to a file is working, this could be addressed in a separate issue 🙂

Originally posted by @t1m0thyj in #268 (comment)

@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad May 29, 2024
@zFernand0 zFernand0 added this to the Post V1 LTS milestone Jun 11, 2024
@zFernand0 zFernand0 added the enhancement New feature or request label Jun 25, 2024
Copy link

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 5 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

@zowe-robot zowe-robot moved this from New Issues to Low Priority in Zowe CLI Squad Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-low
Projects
Status: Low Priority
Development

No branches or pull requests

2 participants