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

Efficient logging strategy #128

Open
tskluzac opened this issue Sep 14, 2023 · 0 comments
Open

Efficient logging strategy #128

tskluzac opened this issue Sep 14, 2023 · 0 comments
Labels
Branch Goal: Bug-Fix Something isn't working good first issue Good for newcomers

Comments

@tskluzac
Copy link
Collaborator

With the current control messaging structure, the size of the zambeze.log file can quickly exceed 5mb/minute.

There are a number of directions that will allow reducing loglines without reducing understanding.

  • Aggregate repeat control messages (only log them once per minute, with their frequency of appearance in that minute).
  • Have a configurable log size maximum that will FIFO-delete old log lines.
  • Set default logging to 'info'; kick many of the control utility log lines to debug.
@tskluzac tskluzac added Branch Goal: Bug-Fix Something isn't working good first issue Good for newcomers labels Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Branch Goal: Bug-Fix Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant