Skip to content

Commit

Permalink
kms: add support for stack trace levels (#20)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
aead authored Aug 2, 2024
1 parent ebbc112 commit bc91058
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 92 deletions.
Loading

0 comments on commit bc91058

Please sign in to comment.