Skip to content

ZeroMQ XOP logfiles are getting too large #2355

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

Closed
t-b opened this issue Feb 24, 2025 · 3 comments · Fixed by #2371
Closed

ZeroMQ XOP logfiles are getting too large #2355

t-b opened this issue Feb 24, 2025 · 3 comments · Fixed by #2371
Labels

Comments

@t-b
Copy link
Collaborator

t-b commented Feb 24, 2025

We have a report 1 that the ZeroMQ XOP logfiles are getting too large. The current logging rate is 45MB/h. This sounds a bit too much.

Options:

  • Turn off logging
  • Limit log entries to XXX bytes per entry, currently we log everything (except the binary part after the payload for SUB/PUB)
  • Compress the logfile
@t-b t-b added bug Something isn't working Logging PatchLink ZeroMQ XOP labels Feb 24, 2025
@t-b
Copy link
Collaborator Author

t-b commented Feb 25, 2025

Decided to turn off ZeroMQ logging for now.

@timjarsky
Copy link
Collaborator

@t-b are log entries made if the channel isn't subscribed to? If so, does it make sense to make entries only when the data is being used?

@t-b
Copy link
Collaborator Author

t-b commented Feb 26, 2025

@t-b are log entries made if the channel isn't subscribed to? If so, does it make sense to make entries only when the data is being used?

While that should be technically possible this is expensive computationally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants