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

kms: add support for stack trace levels #20

Merged
merged 1 commit into from
Aug 2, 2024
Merged

kms: add support for stack trace levels #20

merged 1 commit into from
Aug 2, 2024

Conversation

aead
Copy link
Member

@aead aead commented Aug 1, 2024

This commit adds support for requesting stack traces only for specific log records.
Now a client can request stack traces only for records with a certain log level. This allows a client to filter out non-interesting stack traces (e.g. for debug log records).

While clients can always filter themselves, not sending them at the server-side saves bandwidth and CPU time used when marshaling.

This commit adds support for requesting stack traces
only for specific log records.
Now a client can request stack traces only for records
with a certain log level. This allows a client to filter
out non-interesting stack traces (e.g. for debug log records).

While clients can always filter themselves, not sending
them at the server-side saves bandwidth and CPU time used
when marshaling.

Signed-off-by: Andreas Auernhammer <[email protected]>
@aead aead merged commit bc91058 into main Aug 2, 2024
5 checks passed
@aead aead deleted the logging branch August 2, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants