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

Simplify log file setup #189

Closed
5 tasks done
dostuffthatmatters opened this issue Oct 24, 2023 · 0 comments
Closed
5 tasks done

Simplify log file setup #189

dostuffthatmatters opened this issue Oct 24, 2023 · 0 comments
Assignees
Labels
status:implemented has been implemented in some dev branch

Comments

@dostuffthatmatters
Copy link
Member

dostuffthatmatters commented Oct 24, 2023

  • Don't writing out INFO log files anymore because they are not really used
  • Only keep the last 5 minutes in the non-archive log file
  • Write logs directly into archive. Benefits: archiving is simpler and logs don't have to be looked up at two locations
  • Remove archive operation in CLI (only make deprecated so it doesn't break anything)
  • Remove "archive now" Button in UI
@dostuffthatmatters dostuffthatmatters added the status:in-progress is being work on in some dev branch label Oct 24, 2023
@dostuffthatmatters dostuffthatmatters self-assigned this Oct 24, 2023
@dostuffthatmatters dostuffthatmatters changed the title Ditch info log files Ditch INFO log files Oct 24, 2023
@dostuffthatmatters dostuffthatmatters changed the title Ditch INFO log files Reduce number of log files Oct 24, 2023
@dostuffthatmatters dostuffthatmatters changed the title Reduce number of log files Simplify log file setup Oct 24, 2023
dostuffthatmatters added a commit that referenced this issue Oct 24, 2023
Do not write into info logs anymore
dostuffthatmatters added a commit that referenced this issue Oct 24, 2023
Perform an archiving operation on core start
dostuffthatmatters added a commit that referenced this issue Oct 24, 2023
Write logs to log archive immediately
dostuffthatmatters added a commit that referenced this issue Oct 24, 2023
Deprecate commands to read info logs and archive log files
@dostuffthatmatters dostuffthatmatters added status:implemented has been implemented in some dev branch and removed status:in-progress is being work on in some dev branch labels Oct 24, 2023
dostuffthatmatters added a commit that referenced this issue Oct 24, 2023
Remove archiving button from UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:implemented has been implemented in some dev branch
Projects
None yet
Development

No branches or pull requests

1 participant