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

Graceful max header size logic #57

Open
6 tasks
cadorn opened this issue Sep 9, 2019 · 0 comments
Open
6 tasks

Graceful max header size logic #57

cadorn opened this issue Sep 9, 2019 · 0 comments

Comments

@cadorn
Copy link
Member

cadorn commented Sep 9, 2019

  • Add maxHeaderSize option
  • If size of reached stop sending more log messages
  • If traversing an object and getting close to limit, do not traverse as deep in hope of keeping room for more log messages
  • Object trim capability where objects can be encoded and then trimmed to a certain size to keep room for more log messages
  • Keep track of encoded object sizes and associated classes and rank classes by size to assist in adding object filters
  • Option to blacklist all classes and only show stub of first hidden object and ability to whitelist classes to traverse them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant